Files
kotlin/compiler/testData/compileJavaAgainstKotlin/IntArray.java
Stepan Koltsov b5bb8ef5d8 working on signature generation for arrays
* more tests
* fix signature generation for Array<Array<Int>>
2011-12-11 21:23:30 +04:00

7 lines
89 B
Java

class IntArray {
{
int[] r = namespace.doNothing(new int[0], null);
}
}