Skip to content

Commit 166f667

Browse files
committed
undo spurious edit
1 parent 97ef52e commit 166f667

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
@@ -734,8 +734,7 @@ object Types {
734734
})
735735
case tp: TypeRef =>
736736
tp.denot match {
737-
case d: ClassDenotation =>
738-
d.findMember(name, pre, required, excluded)
737+
case d: ClassDenotation => d.findMember(name, pre, required, excluded)
739738
case d => go(d.info)
740739
}
741740
case tp: FlexibleType =>

0 commit comments

Comments
 (0)