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

4 lines
40 B
Solidity

contract C { enum E { A, B } }
// ----