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