solidity/test/libsolidity/syntaxTests/revertStatement/non_error.sol

6 lines
111 B
Solidity
Raw Normal View History

2021-02-24 09:55:49 +00:00
function f() public pure {
revert 1;
}
// ----
// ParserError 2314: (38-39): Expected ';' but got 'Number'