IDEA-205947 Join lines works incorrectly if next line string literal is followed by the method call

This commit is contained in:
Tagir Valeev
2019-01-24 18:49:29 +07:00
parent bcc8d9d5ba
commit 3a92a52992
4 changed files with 28 additions and 12 deletions
@@ -0,0 +1,4 @@
class A{
String s <caret>= "hfjsdakhfjksda" +
" djfkasdjkfjs ".trim();
}