blob: 472b14969d78c8e67ccd3546c28777b4eb326305 [file] [log] [blame]
package p;
class A{
class Inner2{
void f(){
new Inner(A.this);
}
}
}