incorrect method lookup for Union{} type dispatch #55187
Labels
correctness bug ⚠
Bugs that are likely to lead to incorrect results in user code without throwing
types and dispatch
Types, subtyping and method dispatch
The
Core.TypeofBottom
probably often gets normalized toType{Core.Union{}}
so this doesn't get observed often, but I was noticing it leading to incorrect method invalidations during reloading.The text was updated successfully, but these errors were encountered: