solidity/test/libsolidity/ASTJSON/short_type_name_ref.sol
2018-08-03 20:35:50 +02:00

2 lines
61 B
Solidity

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