Files
solidity/test/libsolidity/ASTJSON/placeholder_statement.sol
T

4 lines
42 B
Solidity

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