Skip to content

Commit 7a139b0

Browse files
olhotaknoti0na1
authored andcommitted
undo spurious edit
1 parent 962c28e commit 7a139b0

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
@@ -1656,10 +1656,6 @@ object Types {
16561656

16571657
/** The type <this . name> with given denotation, reduced if possible. */
16581658
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)*/
16631659
NamedType(this, name, denot).reduceProjection
16641660

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

0 commit comments

Comments
 (0)