// "Invert If Condition" "true" class A { public void foo() { if (!c) { return; } a(); b(); } }