solidity/test/libsolidity/ASTJSON/placeholder_statement.sol
2019-10-02 22:31:12 +02:00

4 lines
42 B
Solidity

contract C { modifier M { _; } }
// ----