220141ab2b
(cherry picked from commit b620099)
3 lines
72 B
Kotlin
Vendored
3 lines
72 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
val x = listOf("123", "4567").map <caret>{ it.toInt() } |