mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-14 18:38:47 +07:00
Invert 'if': sentence capitalization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Invert If Condition" "true"
|
||||
// "Invert 'if' condition" "true"
|
||||
class A {
|
||||
public void foo() {
|
||||
<caret>if (c != d) a(); else b();
|
||||
|
||||
Reference in New Issue
Block a user