blob: 21773cc90abb937e26f36087152aaf2f51c35e87 [file]
package p;
class A{
A(){
this(1 + 1);
}
A(int y){}
}