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
/
scoping
/
scoping_self_use.sol
blob: 9e2c0171b89c42f0a108404e7fd9892a3e5ecda8 (
plain
) (
tree
)
c9db105a
1
2
3
4
5
contract test { function f() pure public { uint a = a; } }