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 3292c4a commit c7a2e39Copy full SHA for c7a2e39
src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala
@@ -158,7 +158,7 @@ abstract class ExplicitOuter extends InfoTransform
158
var decls1 = decls
159
if (isInner(clazz) && !clazz.isInterface) {
160
decls1 = decls.cloneScope
161
- decls1 enter newOuterAccessor(clazz)
+ decls1 enter newOuterAccessor(clazz) // 3
162
if (hasOuterField(clazz)) //2
163
decls1 enter newOuterField(clazz)
164
}
0 commit comments