mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 07:28:24 +07:00
6 lines
115 B
Java
6 lines
115 B
Java
// "Invert 'if' condition" "true"
|
|
class A {
|
|
public void foo() {
|
|
<caret>if ((c)) a(); else b();
|
|
}
|
|
} |