mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
when "if" or a loop body is deleted, replace it with an empty code block
to preserve PSI-text consistency
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Remove 'if' statement" "true"
|
||||
class X {
|
||||
int m(String s) {
|
||||
if (s.equals("abc")) {
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user