julia
27bc2cde - Fix definition of promote_rule(Missing, Missing)

Commit
7 years ago
Fix definition of promote_rule(Missing, Missing) I don't believe this definition is ever actually used (because `promote_type(::Type{T}, ::Type{T}) where {T}` would intercept it earlier), but it is still useful for preventing the ambiguities test to complain. As such, we might as well make it correct.
Author
Committer
Parents
Loading