IDEA-195293 Strange behavior when join lines with "builder.append('...')"

This commit is contained in:
Tagir Valeev
2019-02-01 15:45:26 +07:00
parent 3971cd929b
commit 35990562bf
8 changed files with 27 additions and 5 deletions
@@ -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();
}