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
/
viewPureChecker
/
suggest_pure.sol
blob: 5ec6d06fd74b9dad51a122e7eb3033b52c8d38d5 (
plain
) (
blame
)
1
2
3
4
contract
C
{
function
g
()
view public
{ }
}
// ----