We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91134f7 commit bb8e5b5Copy full SHA for bb8e5b5
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1038,8 +1038,6 @@ class Definitions {
1038
lazy val PolyFunctionClass = ctx.requiredClass("scala.PolyFunction")
1039
def PolyFunctionType = PolyFunctionClass.typeRef
1040
1041
- private lazy val TupleTypes: Set[TypeRef] = TupleType.toSet
1042
-
1043
/** If `cls` is a class in the scala package, its name, otherwise EmptyTypeName */
1044
def scalaClassName(cls: Symbol)(implicit ctx: Context): TypeName =
1045
if (cls.isClass && cls.owner == ScalaPackageClass) cls.asClass.name else EmptyTypeName
0 commit comments