mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-195293 Strange behavior when join lines with "builder.append('...')"
This commit is contained in:
@@ -3,7 +3,7 @@ class Foo {
|
||||
int a = 2;
|
||||
int b = 2;
|
||||
|
||||
if (a == b && a > b) System.out.println();
|
||||
<selection>if (a == b && a > b) System.out.println();</selection>
|
||||
|
||||
System.out.println();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user