solidity/test/libsolidity/syntaxTests/revertStatement/non_error.sol
2021-03-30 21:15:46 +02:00

6 lines
111 B
Solidity

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