mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
IDEA-179128 Quick-fix for "'if' statement has empty body"
This commit is contained in:
@@ -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