5 lines
93 B
Kotlin
Vendored
5 lines
93 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
val x = " a".<caret>trimIndent()
|
|
} |