This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
67ec5f6b17
solidity
/
test
/
libsolidity
/
syntaxTests
/
parsing
/
modifier.sol
4 lines
101 B
Solidity
Raw
Normal View
History
Unescape
Escape
Move more parser tests to syntax tests
2018-05-17 07:04:39 +00:00
contract
c
{
Update tests for strict address literals
2018-05-30 21:02:47 +00:00
modifier
mod
{
if
(
msg
.
sender
==
0x0000000000000000000000000000000000000000
)
_
;
}
Move more parser tests to syntax tests
2018-05-17 07:04:39 +00:00
}
Reference in New Issue
Copy Permalink