Skip to content

Commit 3facc1d

Browse files
committed
… unpackings
1 parent 07c51c8 commit 3facc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/red_knot_python_semantic/resources/mdtest/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ mod.global_symbol = 1
454454
# error: [invalid-assignment] "Object of type `Literal[1]` is not assignable to `str`"
455455
(_, mod.global_symbol) = (..., 1)
456456

457-
# TODO: this should be an error, but we do not understand lists yet.
457+
# TODO: this should be an error, but we do not understand list unpackings yet.
458458
[_, mod.global_symbol] = [1, 2]
459459

460460
class IntIterator:

0 commit comments

Comments
 (0)