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

2 lines
31 B
Solidity

contract C { enum E { A, B } }