Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid invalidations when it doesn't resolve an MethodError (JuliaLang…
…#36733) In these cases, the new method would not be called because the call would still be an ambiguity error instead. We also might observe that the method doesn't resolve an old MethodError because it was previously covered by a different method.
- Loading branch information