blob: 5973c824252b8e93fb324ca735f821dae34d4c6b [file] [log] [blame]
package p;
class A {
A(int a, int b){}
A(){
this(3, 2);
}
}