Skip to content

Commit

Permalink
fixup: typing: missing a SignatureMap::straight invalidation
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Privat <[email protected]>
  • Loading branch information
privat committed Aug 22, 2024
1 parent 59617cb commit 2513165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/semantize/typing.nit
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ private class TypeVisitor
var paramtype = param.mtype
self.visit_expr_subtype(arg, paramtype)
else
straight = false
check_one_vararg(arg, param)
end
end
Expand Down

0 comments on commit 2513165

Please sign in to comment.