julia
35729d9f - inference: handle cases where `:the_exception` is used independently (#56836)

Commit
1 year ago
inference: handle cases where `:the_exception` is used independently (#56836) `Expr(:the_exception)` is handled by the interpreter in all cases, however, inference assumes it is only used within frames containing `try/catch`. This commit corrects that assumption.
Author
Parents
Loading