class C0 { Int b; } class C1 extends C0 { Int f1(Int a, Int b) { Int y = 0; this.b; printInt(a); return y } } null