Skip to content

Commit

Permalink
Update lowered.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash authored Feb 13, 2025
1 parent 78d7c75 commit f6b6809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lowered.jl
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function methods_by_execution!(@nospecialize(recurse), methodinfo, docexprs, fra
sig2 isa UnionAll || (sig2 = sig1; break) # sig2 doesn't define all parameters, so drop it
T = T.body
end
sig1 === sig2 || push!(signatures, sig2)
sig1 == sig2 || push!(signatures, sig2)
for sig in signatures
add_signature!(methodinfo, sig, lnn)
end
Expand Down

0 comments on commit f6b6809

Please sign in to comment.