Skip to content

Commit 0c0add6

Browse files
committed
undo spurious edit
1 parent 085993b commit 0c0add6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,10 +1634,6 @@ object Types {
16341634

16351635
/** The type <this . name> with given denotation, reduced if possible. */
16361636
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)*/
16411637
NamedType(this, name, denot).reduceProjection
16421638

16431639
/** The type <this . sym>, reduced if possible */

0 commit comments

Comments
 (0)