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
/
parsing
/
address_in_struct.sol
blob: 68049b50ba7d720e3bb1e03e5f51907f6ba1ffda (
plain
) (
blame
)
1
2
3
4
5
6
contract C { struct S { address payable a; address b; } }