KT-18006 Bring behavior of Kotlin literal copy/paste inline with Java's after IDEA-172984

This commit is contained in:
fitermay
2017-05-25 21:59:43 -04:00
committed by Dmitry Jemerov
parent ba34ed89d3
commit a63d631435
8 changed files with 39 additions and 12 deletions
@@ -0,0 +1,3 @@
fun foo(){
println("\t\tSome
}
@@ -0,0 +1,3 @@
fun foo(){
<selection>println("\t\tSome</selection>")
}
@@ -0,0 +1,3 @@
fun foo(){
<caret>
}
@@ -0,0 +1,3 @@
hello
@@ -0,0 +1,3 @@
fun foo(){
println("<selection>\n\nhello</selection>")
}
@@ -0,0 +1 @@
<caret>