blob: f49bdb8b1c7b2e5e10373505540ba50a77eb7cb0 [file] [log] [blame]
public class Inner
{
/** Comment */
private A a
Inner(A a) {
this.a= a;
int f= this.a.foo();
int g= this.a.bar();
}
}