Skip to content

Commit

Permalink
get rid of ambiguity?
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Apr 14, 2021
1 parent 8b58bcd commit 054374f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/test/matmul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ end
@test Matrix{Int}(undef, 2, 0) * Matrix{Int}(undef, 0, 3) == zeros(Int, 2, 3)
end

struct BrokenInt <: Number
struct BrokenInt <: Integer
i::Int
end
Base.:*(::BrokenInt, ::BrokenInt) = BrokenInt(42)
Expand Down

0 comments on commit 054374f

Please sign in to comment.