compiler/testData/compileJavaAgainstKotlin/method/IntArray.java (6 lines of code) (raw):

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