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_activation_old.sol
blob: d893a889a9854e31a1d2cc3c8134d473a6a1b286 (
plain
) (
blame
)
1
2
3
4
5
6
contract
test
{
function
f
()
pure public
{
x
=
3
;
uint
x
;
}
}