blob: 7b99547e916c07f43b3323ea27ee52c9a1e073f7 [file] [log] [blame]
package p;
public class Inner extends A.OtherInner {
private A a;
/**
* @param A
*/
Inner(A a) {
this.a= a;
// TODO Auto-generated constructor stub
}}