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

4 lines
34 B
Solidity

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