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
/
arrays_in_events.sol
blob: edbc966505c83094830c201d2ab0d197ceba70bf (
plain
) (
blame
)
1
2
3
contract c { event e(uint[10] a, bytes7[8] indexed b, c[3] x); }