index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
array
/
array_pop.sol
blob: 3804f911f4ca1890f29fd751b1f6c473ac8b6190 (
plain
) (
tree
)
98d52beb
1
2
3
4
5
6
7
contract C { uint[] data; function test() public { data.pop(); } } // ----