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
/
events
/
event_nested_array_2.sol
blob: 5825650e161d9d211a063f4630e8288208f03e83 (
plain
) (
blame
)
1
2
3
4
contract
c
{
event
E
(
uint
[
2
][]);
}
// ----