Skip to content

Commit 0beb5c3

Browse files
olhotaknoti0na1
authored andcommitted
undo spurious edit
1 parent 6a65557 commit 0beb5c3

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

16631663
/** The type <this . name> with given denotation, reduced if possible. */
16641664
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)*/
16691665
NamedType(this, name, denot).reduceProjection
16701666

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

0 commit comments

Comments
 (0)