blob: 479c0de07fa28b6b6e2787ac5e96038fd58f7c6d [file] [log] [blame]
package p;
class A{
static class Inner2{
void f(){
new Inner(new A());
}
}
}