blob: 6bcc76f7c0db38390ed9b18f9ca006679363ec96 [file] [log] [blame]
package p;
class A{
class Inner{
Inner(int t){}
Inner(){
this(3);
}
}
}