solidity/test/libsolidity/ASTJSON/array_type_name.sol

4 lines
34 B
Solidity
Raw Normal View History

2018-08-03 17:41:35 +00:00
contract C { uint[] i; }
// ----