solidity/test/libsolidity/ASTJSON/short_type_name_ref.sol

4 lines
70 B
Solidity
Raw Normal View History

2018-08-03 17:41:35 +00:00
contract c { function f() public { uint[][] memory rows; } }
// ----