We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af95a38 commit fd66719Copy full SHA for fd66719
compiler/src/dotty/tools/dotc/transform/ExplicitOuter.scala
@@ -360,7 +360,7 @@ object ExplicitOuter {
360
// macro generated code to be able to pinpoint the root problem.
361
}
362
case tpe: TypeProxy =>
363
- outerPrefix(tpe.underlying)
+ atPhaseNoLater(erasurePhase)(outerPrefix(tpe.superType))
364
365
366
/** It's possible (i1755.scala gives an example) that the type
0 commit comments