We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5c6fd commit a67c010Copy full SHA for a67c010
Tools/cases_generator/analyzer.py
@@ -337,7 +337,7 @@ def convert_stack_item(
337
cond = replace_op_arg_1
338
return StackItem(item.name, item.type, cond, item.size)
339
340
-def check_unused(stack: list[StackItem], input_names: dict[str, lexer.Token]):
+def check_unused(stack: list[StackItem], input_names: dict[str, lexer.Token]) -> None:
341
"Unused items cannot be on the stack above used, non-peek items"
342
seen_unused = False
343
for item in reversed(stack):
0 commit comments