solidity/test/libsolidity/ASTJSON/long_type_name_identifier.sol
2018-08-03 20:35:50 +02:00

2 lines
71 B
Solidity

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