Skip to content

Commit af89b6d

Browse files
olhotaknoti0na1
authored andcommitted
undo spurious edit
1 parent 5ba416b commit af89b6d

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
@@ -750,8 +750,7 @@ object Types {
750750
})
751751
case tp: TypeRef =>
752752
tp.denot match {
753-
case d: ClassDenotation =>
754-
d.findMember(name, pre, required, excluded)
753+
case d: ClassDenotation => d.findMember(name, pre, required, excluded)
755754
case d => go(d.info)
756755
}
757756
case tp: FlexibleType =>

0 commit comments

Comments
 (0)