fn is_aborting_call(expr: &Expr<'_>) -> boolExpand description
Returns true when the expression-statement is a builtin call that always terminates
execution: revert() / revert("msg"), selfdestruct(...), require(false, ...), or
assert(false).