7 lines
106 B
Kotlin
Vendored
7 lines
106 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
val foo = <caret>"""foo
|
|
bar
|
|
baz""".trimIndent()
|
|
} |