We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9d8b2 commit 5c17619Copy full SHA for 5c17619
1 file changed
test/runtests.jl
@@ -938,6 +938,7 @@ Base.similar(bc::Broadcast.Broadcasted{Broadcast.ArrayStyle{MyArray}}, ::Type{El
938
a = StructArray([1;2+im])
939
b = StructArray([1;;2+im])
940
@test a .+ b == a .+ collect(b) == collect(a) .+ b == collect(a) .+ collect(b)
941
+ @test a .+ Any[1] isa StructArray
942
943
# issue #185
944
A = StructArray(randn(ComplexF64, 3, 3))
0 commit comments