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
/
constructor.sol
blob: 79d04eb5a4e3e6e9a475a83e7474dcbd3015ad6d (
plain
) (
blame
)
1
2
3
4
contract
C
{
constructor
()
public
{
}
}