mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
preserve comments: invert if (IDEA-205835)
This commit is contained in:
@@ -4,6 +4,8 @@ class T {
|
||||
void f(boolean b) {
|
||||
if (b)
|
||||
throw new RuntimeException("When true");
|
||||
//c1
|
||||
|
||||
System.out.println("Otherwise");
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@ class T {
|
||||
throw new RuntimeException("When true");
|
||||
<caret>else {
|
||||
System.out.println("Otherwise");
|
||||
}
|
||||
}//c1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user