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 085993b commit 0c0add6Copy full SHA for 0c0add6
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -1634,10 +1634,6 @@ object Types {
1634
1635
/** The type <this . name> with given denotation, reduced if possible. */
1636
def select(name: Name, denot: Denotation)(using Context): Type =
1637
- /*println("select:")
1638
- println(name)
1639
- println(denot)
1640
- println(NamedType(this, name, denot).reduceProjection) // "method get" for level12.get(0)*/
1641
NamedType(this, name, denot).reduceProjection
1642
1643
/** The type <this . sym>, reduced if possible */
0 commit comments