81d01a8f8e
#KT-36406 Fixed
8 lines
151 B
Kotlin
Vendored
8 lines
151 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(list: List<Int>) {
|
|
val s = <caret>"""
|
|
"\foo
|
|
${list.joinToString(",")}
|
|
"\bar
|
|
""".trimIndent()
|
|
} |