index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
constructor
/
constructible_internal_constructor.sol
blob: 8dee4c7125bf4acd4e2eb682f527d631002a8853 (
plain
) (
blame
)
1
2
3
4
5
6
contract C { constructor() internal {} } contract D is C { constructor() public { } }