Skip to content

Commit dd1ef9f

Browse files
olhotaknoti0na1
authored andcommitted
undo spurious edit
1 parent 4218120 commit dd1ef9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,7 @@ object Types {
744744
})
745745
case tp: TypeRef =>
746746
tp.denot match {
747-
case d: ClassDenotation =>
748-
d.findMember(name, pre, required, excluded)
747+
case d: ClassDenotation => d.findMember(name, pre, required, excluded)
749748
case d => go(d.info)
750749
}
751750
case tp: FlexibleType =>

0 commit comments

Comments
 (0)