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
/
ASTJSON
/
modifier_definition.sol
blob: 96474e0f35d1d4af5ef0e535d69fb7f124598484 (
plain
) (
tree
)
55386ba1
1
contract C { modifier M(uint i) { _; } function F() M(1) public {} }