Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/IntegerArray.java
2014-03-19 23:24:27 +04:00

9 lines
114 B
Java

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