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