class A { private void foo(boolean b) { int x; if (b) { System.out.println(x); } } }