mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-179128 Quick-fix for "'if' statement has empty body"
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Delete element" "true"
|
||||
class Test {
|
||||
void test(int x) {
|
||||
if(x > -5) {
|
||||
System.out.println("ok");
|
||||
} else i<caret>f(x > 0) {} else {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user