Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compiler] Fix effects of supertype abstract interpretation (#48566)
This `abstract_call_known` recursion inserted `EFFECTS_TOTAL` which is incorrect because `<:` and `>:` can throw if the arguments are not types.
- Loading branch information