solidity/test/libsolidity/ASTJSON/short_type_name_ref.sol
2019-10-02 22:31:12 +02:00

4 lines
70 B
Solidity

contract c { function f() public { uint[][] memory rows; } }
// ----