Skip to content

Commit 94d2699

Browse files
committed
.
1 parent e89aec4 commit 94d2699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ def run(self) -> dict[Instr, ConstantLattice]:
841841
new_type = CBool()
842842
elif isinstance(instr, IsList):
843843
match self.type_of(instr.operands[0]):
844-
case CList(_):
844+
case CList():
845845
new_type = CBool(True)
846846
case _:
847847
new_type = CBool()

0 commit comments

Comments
 (0)