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

4 lines
34 B
Solidity

contract C { uint[] i; }
// ----