36be1fdaef
Related to KT-12165 So #KT-18274 Fixed So #KT-17198 Fixed
4 lines
130 B
Kotlin
Vendored
4 lines
130 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
val x = listOf(1, 2, 3).map(Int::toDouble).<caret>joinToString(prefix = "= ", separator = " + ") |