// "Invert 'if' condition" "true" class A { public void foo() { if (!c) { } else { a(); } while (true) { } } }