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