Files
kotlin-fork/idea/testData/intentions/convertTrimIndentToTrimMargin/notRawString.kt
T

5 lines
93 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
fun test() {
val x = " a".<caret>trimIndent()
}