You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/subtype.jl
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2436,3 +2436,7 @@ let A = Tuple{Type{T}, T} where T,
2436
2436
C = Tuple{Type{MyType47877{W, V} where V<:Union{MyAbstract47877{W}, Base.BitInteger}}, MyType47877{W, V} where V<:Union{MyAbstract47877{W}, Base.BitInteger}} where W<:Base.BitInteger
2437
2437
@testtypeintersect(B, A) == C
2438
2438
end
2439
+
2440
+
let a = (isodd(i) ? Pair{Char, String} : Pair{String, String} for i in1:2000)
2441
+
@test Tuple{Type{Pair{Union{Char, String}, String}}, a...} <:Tuple{Type{Pair{K, V}}, Vararg{Pair{A, B} where B where A}}where V where K
0 commit comments