blob: 6ba96f94ee5616776d9a87213139fe5ad6bbf92f [file] [log] [blame]
package p;
class Inner{
private A a;
Inner(A a){
super();
this.a= a;
}
}