solidity/test/libsolidity/ASTJSON/long_type_name_identifier.sol

4 lines
80 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; } }
2019-08-13 11:00:46 +00:00
// ----