5 lines
127 B
Plaintext
Vendored
5 lines
127 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun bar(s: String) = s.length
|
|
|
|
val x = listOf("Jack", "Tom").mapTo(kotlin.collections.hashSetOf<Int>(), ::bar) |