class C { { boolean hasThreeInverted = true; System.out.println(!(hasThreeInverted |= 6 == 3)); } }