index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
ASTJSON
/
inheritance_specifier.sol
blob: 02dbf0c51f11775e1b53e77780d7bb96a70ecea2 (
plain
) (
tree
)
55386ba1
1
contract C1 {} contract C2 is C1 {}