package p; class Inner{ /** Comment */ private A a; Inner(A a){ this.a= a; } Inner(A a, int i){ this.a= a; } }