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