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
/
multi_arrays.sol
blob: ef20ecee6200436828dfc76bb91a6c036ddcec72 (
plain
) (
blame
)
1
2
3
contract
c
{
mapping
(
uint
=>
mapping
(
uint
=>
int8
)[
8
][][
9
])[]
x
;
}