mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
working on signature generation for arrays
* more tests * fix signature generation for Array<Array<Int>>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
class IntArray {
|
||||
{
|
||||
int[] r = namespace.doNothing(new int[0]);
|
||||
int[] r = namespace.doNothing(new int[0], null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user