Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fall back to dynamic dispatch in union-splitting optimization
This should help #17932. If a function returns an unanticipated type that wasn't part of the `Union` seen by inference, do dynamic dispatch instead of erroring. (cherry picked from commit b0cf591) ref #18046
- Loading branch information