6 lines
69 B
Kotlin
Vendored
6 lines
69 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val foo = <caret>"""foo
|
|
bar
|
|
baz"""
|
|
} |