Closed fvictorio closed 2 years ago
This throws:
contract Foo { function f() public { (uint[][] memory x, uint y) = abi.decode(data, (uint[][], uint)); } }
This throws: