blob: 0d93aa396bba933786a78d862df0e4cb9ec9fa85 [file] [log] [blame]
package p;
class Inner{
private A a;
Inner(A a){
f();
this.a= a;
}
void f(){
}
}