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 962c28e commit 7a139b0Copy full SHA for 7a139b0
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -1656,10 +1656,6 @@ object Types {
1656
1657
/** The type <this . name> with given denotation, reduced if possible. */
1658
def select(name: Name, denot: Denotation)(using Context): Type =
1659
- /*println("select:")
1660
- println(name)
1661
- println(denot)
1662
- println(NamedType(this, name, denot).reduceProjection) // "method get" for level12.get(0)*/
1663
NamedType(this, name, denot).reduceProjection
1664
1665
/** The type <this . sym>, reduced if possible */
0 commit comments