class Test { void foo(boolean b) { System.out.println(b); } }