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
/
parsing
/
address_payable_constant.sol
blob: 154bfb54b6a3f3e8867ef35ca6e7ec8f821e9773 (
plain
) (
blame
)
1
2
3
contract
C
{
address
payable constant
a
=
address
(
0
);
}