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

package test; class ArrayOfIntArray { { int[][] a = new int[0][]; int[][] r = ArrayOfIntArrayKt.ohMy(a); } }