compiler/testData/compileJavaAgainstKotlin/method/ArrayOfIntegerArray.java (7 lines of code) (raw):

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