working on signature generation for arrays
* more tests * fix signature generation for Array<Array<Int>>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun ohMy(p: Array<IntArray>) = p
|
||||
Reference in New Issue
Block a user
* more tests * fix signature generation for Array<Array<Int>>
@@ -0,0 +1 @@
|
||||
fun ohMy(p: Array<IntArray>) = p
|
||||