mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-17 00:25:21 +08:00
Fix an issue with starred arguments and if they are defined or used.
This commit is contained in:
@@ -52,6 +52,8 @@ class X():
|
||||
|
||||
|
||||
a = *args, *args
|
||||
error[(*args, *args)] = 3
|
||||
*args, *args
|
||||
|
||||
|
||||
def glob():
|
||||
|
||||
Reference in New Issue
Block a user