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