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
/
multiVariableDeclaration
/
multiSingleVariableDeclaration.sol
blob: 182ba072e0bb6f412a59093d88cb4508f06e85d5 (
plain
) (
blame
)
1
2
3
4
5
6
contract C { function f() internal returns (uint) { (uint a) = f(); a; } }