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