StackOverflowError in subtyping due to comparison of TypeVar against Union{} #38279
Labels
bug
Indicates an unexpected problem or unintended behavior
types and dispatch
Types, subtyping and method dispatch
This fails on v1.0 through master plus #38245 with a StackOverflow due to an infinite loop when subtyping attempts to test whether Union{} is a subtype of T<:Real.
The text was updated successfully, but these errors were encountered: