Skip to content

Commit c7a2e39

Browse files
committed
Restore briefly awol // 3 in explicitouter
1 parent 3292c4a commit c7a2e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ abstract class ExplicitOuter extends InfoTransform
158158
var decls1 = decls
159159
if (isInner(clazz) && !clazz.isInterface) {
160160
decls1 = decls.cloneScope
161-
decls1 enter newOuterAccessor(clazz)
161+
decls1 enter newOuterAccessor(clazz) // 3
162162
if (hasOuterField(clazz)) //2
163163
decls1 enter newOuterField(clazz)
164164
}

0 commit comments

Comments
 (0)