mirror of
https://github.com/davidhalter/parso.git
synced 2026-04-27 17:51:34 +08:00
Fix some small issues around expr_stmt.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
*foo, a = (1,)
|
||||
*foo[0], a = (1,)
|
||||
*[], a = (1,)
|
||||
Reference in New Issue
Block a user