mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-09 21:12:42 +08:00
Make sure that function executions are errors as well, see #90
This commit is contained in:
@@ -327,6 +327,7 @@ if sys.version_info[:2] >= (3, 8):
|
||||
'(lambda: x := 1)',
|
||||
# Case 3
|
||||
'(a[i] := x)',
|
||||
'(a(i) := x)',
|
||||
# Case 4
|
||||
'(a.b := c)',
|
||||
# Case 5
|
||||
|
||||
Reference in New Issue
Block a user