pub fn parse_revert_stmt(par: &mut Parser<'_>) -> ParseResult<Node<FuncStmt>>
Parse a revert statement.
revert
Panics if the next token isn’t revert.