class C { { int i = 0; System.out.println(i); } void f() { final int j = 0; System.out.println(j); } }