3 lines
45 B
Kotlin
Vendored
3 lines
45 B
Kotlin
Vendored
fun f() {
|
|
array(1, 2, 3).map { v -> v }
|
|
} |