4c4e192914
'get' call for array should be get from INDEXED_LVALUE_GET
3 lines
56 B
Kotlin
3 lines
56 B
Kotlin
fun test(array: Array<(Int)->Unit>) {
|
|
array[11](3)
|
|
} |