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
/
mapping.sol
blob: d6bf3f143a5d517afc9e95b75e2950ccb949ec63 (
plain
) (
blame
)
1
2
3
contract
test
{
mapping
(
address
=>
bytes32
)
names
;
}