Type parameter corrupted when matching #25240
Labels
missing data
Base.missing and related functionality
types and dispatch
Types, subtyping and method dispatch
This should be the more confined example of the bug that hit JuliaData/WeakRefStrings.jl#20 on Julia nightly (Julia 0.7.0-DEV.3018):
For some reason
T===Int
instead ofT=Union{Int, Missing}
insidebar()
.The text was updated successfully, but these errors were encountered: