Skip to content

Commit e9e8618

Browse files
retronymadriaanm
authored andcommitted
Improve RefinementTypeRef#normalize
1 parent 2f73bcc commit e9e8618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reflect/scala/reflect/internal/Types.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ trait Types
19001900
require(sym.isRefinementClass, sym)
19011901

19021902
// I think this is okay, but see #1241 (r12414), #2208, and typedTypeConstructor in Typers
1903-
override protected def normalizeImpl: Type = sym.info.normalize
1903+
override protected def normalizeImpl: Type = pre.memberInfo(sym).normalize
19041904
override protected def finishPrefix(rest: String) = "" + sym.info
19051905
}
19061906

0 commit comments

Comments
 (0)