Fix bad indentation when copy-paste to trimIndent()
#KT-33888 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
178dbd3c5d
commit
251899c31a
@@ -0,0 +1,4 @@
|
||||
val ti = """
|
||||
fun indented() {
|
||||
}
|
||||
""".trimIndent()
|
||||
@@ -0,0 +1,3 @@
|
||||
val ti = """
|
||||
<caret>
|
||||
""".trimIndent()
|
||||
@@ -0,0 +1,2 @@
|
||||
fun indented() {
|
||||
}
|
||||
Reference in New Issue
Block a user