blob: 04e9446e5ae05e1cff2e54656a867907d2ba9d62 [file] [log] [blame]
package p;
class A{
class Inner{
Inner(){
this(0);
}
Inner(int i){
super();
}
}
}