class C { private int field = 0; public int getThis() { return field; } void foo() { System.out.println(field); } }