a3bfd25825
#KT-3932 fixed
3 lines
44 B
Kotlin
3 lines
44 B
Kotlin
fun f() {
|
|
array(1, 2, 3).map{ v -> v }
|
|
} |