class Inverted { void test(boolean foo, boolean bar) { boolean b = foo == bar; } }