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