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