KT-18006 Don't cut off trailing new lines. Make behavior consistent with Java literal copy/paste

This commit is contained in:
fitermay
2017-05-25 23:09:56 -04:00
committed by Dmitry Jemerov
parent a63d631435
commit 4fab29b648
7 changed files with 36 additions and 5 deletions
@@ -0,0 +1,6 @@
val a = "a\n" +
"b\n" +
"c\n" +
"\n" +
"\n" +
"\n"
@@ -0,0 +1 @@
val a = "<caret>"
@@ -0,0 +1,10 @@
<selection>a
b
c
</selection>d
e
f
g