mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
IDEA-179128 Quick-fix for "'if' statement has empty body"
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Delete element" "true"
|
||||
class Test {
|
||||
void test(int x) {
|
||||
s<caret>witch(x*2) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user