mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-21 03:42:00 +08:00
Add error code for return outside function.
This commit is contained in:
@@ -126,7 +126,7 @@ def qualify_by_address(
|
||||
if (a == 2 or
|
||||
b == "abc def ghi"
|
||||
"jkl mno"):
|
||||
return True
|
||||
True
|
||||
|
||||
my_list = [
|
||||
1, 2, 3,
|
||||
|
||||
Reference in New Issue
Block a user