Skip to content

Commit 83d60b7

Browse files
committed
handle FlexibleType in Scala2Erasure
1 parent ab5c05b commit 83d60b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/src/dotty/tools/dotc/core/unpickleScala2/Scala2Erasure.scala

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ object Scala2Erasure:
8888
tpw
8989
else
9090
sym
91+
case tpw: FlexibleType =>
92+
pseudoSymbol(tpw.underlying)
9193
case tpw: TypeProxy =>
9294
pseudoSymbol(tpw.underlying)
9395
case tpw: JavaArrayType =>

0 commit comments

Comments
 (0)