Skip to content

Commit a3d4821

Browse files
committed
test for JuliaLang#13165
1 parent 718c478 commit a3d4821

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/inference.jl

+5
Original file line numberDiff line numberDiff line change
@@ -506,3 +506,8 @@ tpara{I}(::Type{AbstractMyType12580{I}}) = I
506506
f18348{T<:Any}(::Type{T}, x) = 1
507507
f18348{T<:Any}(::Type{T}, x::T) = 2
508508
@test length(methods(f18348, Tuple{Type{Any},Any})) == 1
509+
510+
# Issue #13165
511+
@test Symmetric{Float64,Matrix{Float64}} <: LinAlg.RealHermSymComplexHerm
512+
@test Hermitian{Float64,Matrix{Float64}} <: LinAlg.RealHermSymComplexHerm
513+
@test Hermitian{Complex{Float64},Matrix{Complex{Float64}}} <: LinAlg.RealHermSymComplexHerm

0 commit comments

Comments
 (0)