Feng Liu

Results 2 comments of Feng Liu

It can be rendered correctly if using `def` to declare `x` and `y`: ``` def x = [[1,2], [2,5]] def y = [[1,2], [1,5]] assert x == y ```

is there a reason `InvokerHelper.toString` is not used in the `dump()`?