Skip to content

Commit 2513165

Browse files
committed
fixup: typing: missing a SignatureMap::straight invalidation
Signed-off-by: Jean Privat <[email protected]>
1 parent 59617cb commit 2513165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/semantize/typing.nit

+1
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ private class TypeVisitor
523523
var paramtype = param.mtype
524524
self.visit_expr_subtype(arg, paramtype)
525525
else
526+
straight = false
526527
check_one_vararg(arg, param)
527528
end
528529
end

0 commit comments

Comments
 (0)