blob: a6d00c76a6d1d76a82a230201166b61fea664ffb [file] [log] [blame]
/* /nodynamiccopyright/ */
package p;
class Inner extends Outer.Super {
Inner(Outer t) {
t.super();
}
Outer this$0 = null;
public void foo() {
this$0 = new Outer();
}
}