public class ABl { void bar(boolean br) { int fe = 0; if (br) { System.out.println(fe); } else { System.out.println(11); } } }