Fix some small issues around expr_stmt.

This commit is contained in:
Dave Halter
2017-08-06 02:52:52 +02:00
parent f4b51d91ee
commit 8382f338ca
2 changed files with 40 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
*foo, a = (1,)
*foo[0], a = (1,)
*[], a = (1,)