solidity/test/libsolidity/ASTJSON/global_enum.sol

4 lines
22 B
Solidity
Raw Normal View History

2019-09-02 10:23:21 +00:00
enum E { A }
// ----