b5bb8ef5d8
* more tests * fix signature generation for Array<Array<Int>>
2 lines
33 B
Kotlin
2 lines
33 B
Kotlin
fun ohMy(p: Array<IntArray>) = p
|