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
/
parsing
/
modifier.sol
blob: 3e659dcffc7919274958e634c4aa1da19fef2f22 (
plain
) (
blame
)
1
2
3
contract
c
{
modifier
mod
{
if
(
msg
.
sender
==
0
)
_
; }
}