220141ab2b
(cherry picked from commit b620099)
5 lines
124 B
Kotlin
Vendored
5 lines
124 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun bar(s: String) = s.length
|
|
|
|
val x = listOf("Jack", "Tom").mapTo(hashSetOf<Int>()) <caret>{ w -> bar(w) } |