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 6a65557 commit 0beb5c3Copy full SHA for 0beb5c3
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -1662,10 +1662,6 @@ object Types {
1662
1663
/** The type <this . name> with given denotation, reduced if possible. */
1664
def select(name: Name, denot: Denotation)(using Context): Type =
1665
- /*println("select:")
1666
- println(name)
1667
- println(denot)
1668
- println(NamedType(this, name, denot).reduceProjection) // "method get" for level12.get(0)*/
1669
NamedType(this, name, denot).reduceProjection
1670
1671
/** The type <this . sym>, reduced if possible */
0 commit comments