Closed arajasek closed 5 years ago
The fix in commit de4b10a is intended to be temporary. The correct result of a function of the form
@Callable public static int[][] get2DArray() { return null; }
should be an encoding of a null integer array.
The fix in commit de4b10a is intended to be temporary. The correct result of a function of the form
should be an encoding of a null integer array.