mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +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