KT-18006 Bring behavior of Kotlin literal copy/paste inline with Java's after IDEA-172984
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user