class C { C() { } } class C1 extends C { int i; C1(int i, int k) { this.i = i; } }