solidity/test/libsolidity/syntaxTests/revertStatement/non_error.sol
2022-04-01 23:41:18 -05:00

6 lines
115 B
Solidity

function f() public pure {
revert 1;
}
// ----
// ParserError 2314: (38-39='1'): Expected ';' but got 'Number'