mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-195293 Strange behavior when join lines with "builder.append('...')"
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void test() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
<caret>sb.append("long-long-long-long-long-long-long-long-long-long-long-long-long-long-long");
|
||||
sb.append("long-long-long-long-long-long-long-long-long-long-long-long-long-long-long");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user