Skip to content

Commit 5960b52

Browse files
authored
Add test for #48961 (#49014)
1 parent b5aa057 commit 5960b52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/subtype.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,3 +2458,6 @@ let S = Tuple{Type{S48695{T, 2, T48695{B, 2, C}}} where {T<:(Union{Missing, A} w
24582458
@test allunique(vars_in_unionall(V))
24592459
@test typeintersect(V, T) != Union{}
24602460
end
2461+
2462+
#issue 48961
2463+
@test !<:(Type{Union{Missing, Int}}, Type{Union{Missing, Nothing, Int}})

0 commit comments

Comments
 (0)