// "Invert 'if' condition" "true" class A { public void foo() { if (c) { } //c1 System.out.println(); } }