package p; import p.A.OtherInner; public class Inner extends A.OtherInner { /** Comment */ private A a; /** * @param a */ Inner(A a) { this.a= a; }}