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
/
syntaxTests
/
viewPureChecker
/
creation.sol
blob: d80edd1bc142afe7630712ec0911373051c7a1e5 (
plain
) (
tree
)
b2a3e165
1
2
3
4
contract D {} contract C { function f() public { new D(); } }