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

7 lines
97 B
Java

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