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