parent
db4989c5e8
commit
b57c8e5122
@ -0,0 +1,11 @@ |
||||
pragma solidity ^0.5.0; |
||||
|
||||
contract Test { |
||||
modifier b(){ |
||||
uint y; |
||||
_; |
||||
} |
||||
function a(uint x) b public { |
||||
x; |
||||
} |
||||
} |
Loading…
Reference in new issue