public class Foo { void test(boolean x, boolean b) { System.out.println(x==b?); } }