We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5aa057 commit 5960b52Copy full SHA for 5960b52
1 file changed
test/subtype.jl
@@ -2458,3 +2458,6 @@ let S = Tuple{Type{S48695{T, 2, T48695{B, 2, C}}} where {T<:(Union{Missing, A} w
2458
@test allunique(vars_in_unionall(V))
2459
@test typeintersect(V, T) != Union{}
2460
end
2461
+
2462
+#issue 48961
2463
+@test !<:(Type{Union{Missing, Int}}, Type{Union{Missing, Nothing, Int}})
0 commit comments