mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
disable "swap if statements" intention where it would fail
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Swap 'if' statements" "false"
|
||||
class Test {
|
||||
public static void main(String[] args) {
|
||||
if (true) {
|
||||
System.out.println();
|
||||
}
|
||||
el<caret>se if (true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user