class PolyadicParentheses { void m(Object o, boolean b) { System.out.println(b == (o == null)); } }