Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/ArrayOfIntegerArray.java
2011-12-11 22:27:55 +04:00

8 lines
130 B
Java

class ArrayOfIntArray {
{
Integer[][] a = new Integer[0][];
Integer[][] r = namespace.ohMy(a, null);
}
}