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

4 lines
80 B
Solidity

contract c { uint[] a; function f() public { uint[] storage b = a; } }
// ----