Files
kotlin-fork/idea/testData/copyPaste/literal/DontUnescapeLiteralWIthCode.kt
T

3 lines
59 B
Kotlin
Vendored

fun foo(){
<selection>println("\t\tSome</selection>")
}