6 lines
81 B
Kotlin
Vendored
6 lines
81 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test() {
|
|
val foo = <caret>"""foo
|
|
bar
|
|
baz"""
|
|
} |