Files
2014-03-07 21:08:14 +04:00

3 lines
56 B
Kotlin
Vendored

fun test(array: Array<(Int)->Unit>) {
array[11](3)
}