index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
ASTJSON
/
enum_value.sol
blob: ef0875fbe418288458a3792ac314bd06aedd805a (
plain
) (
blame
)
1
contract
C
{
enum
E
{
A
,
B
} }