class T2 { void f() { int i = x(); } private int x() { return 0; } }