solidity/test/libsolidity/ASTJSON/long_type_name_identifier.sol

2 lines
71 B
Solidity
Raw Normal View History

2018-08-03 17:41:35 +00:00
contract c { uint[] a; function f() public { uint[] storage b = a; } }