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 4f98d50 commit bb9d367Copy full SHA for bb9d367
src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala
@@ -158,9 +158,6 @@ abstract class ExplicitOuter extends InfoTransform
158
var decls1 = decls
159
if (isInner(clazz) && !clazz.isInterface) {
160
decls1 = decls.cloneScope
161
- val outerAcc = clazz.newMethod(nme.OUTER, clazz.pos) // 3
162
- outerAcc expandName clazz
163
-
164
decls1 enter newOuterAccessor(clazz)
165
if (hasOuterField(clazz)) //2
166
decls1 enter newOuterField(clazz)
0 commit comments