class A { int i; A(int i) { this.i = i; } } class B extends A {}