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
/
inheritance_specifier.sol
blob: 02dbf0c51f11775e1b53e77780d7bb96a70ecea2 (
plain
) (
blame
)
1
contract
C1
{}
contract
C2
is
C1
{}