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 222c6be commit a9523d1Copy full SHA for a9523d1
compiler/src/dotty/tools/dotc/transform/ExplicitOuter.scala
@@ -96,7 +96,6 @@ class ExplicitOuter extends MiniPhase with InfoTransformer { thisPhase =>
96
val parentTp = cls.denot.thisType.baseType(parentTrait)
97
val outerAccImpl = newOuterAccessor(cls, parentTrait).enteredAfter(thisPhase)
98
newDefs += DefDef(outerAccImpl, singleton(fixThis(outerPrefix(parentTp))))
99
- .showing(i"outAcc $result, ${outerPrefix(parentTp)}")
100
}
101
102
val parents1 =
0 commit comments