class InvertBooleanParameterTest { void foo(boolean b) { boolean c = !b; } { foo(true); } }