public class XXX { void f<caret>oo() { int i = 0 ; bar(i); System.out.println(i); } void bazz() { bar(0); } private void bar(int i){} }