solidity/test/libsolidity/ASTJSON/short_type_name_ref.sol
2019-08-26 17:34:21 +02:00

4 lines
70 B
Solidity

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