blob: 02e7371d328718370f6605479652b89e2f3c77a1 [file] [log] [blame]
// "Invert If Condition" "true"
class A {
public void foo() {
<caret>if (!c) {
b();
}
}
}