mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-22 20:21:32 +08:00
Add error code for return outside function.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#: E701:6
|
||||
if a: a = False
|
||||
#: E701:41
|
||||
if not header or header[:6] != 'bytes=': return
|
||||
if not header or header[:6] != 'bytes=': pass
|
||||
#: E702:9
|
||||
a = False; b = True
|
||||
#: E702:16 E402
|
||||
|
||||
Reference in New Issue
Block a user