index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
parsing
/
no_function_params.sol
blob: 1f7c85a3d33f41b9dff8d6544f7b52a189fae752 (
plain
) (
blame
)
1
2
3
4
5
contract test { uint256 stateVar; function functionName() public {} } // ----