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