mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Add issue 'nonlocal declaration not allowed at module level'
This commit is contained in:
@@ -45,3 +45,7 @@ except:
|
||||
pass
|
||||
except ZeroDivisionError:
|
||||
pass
|
||||
|
||||
|
||||
class X():
|
||||
nonlocal a
|
||||
|
||||
Reference in New Issue
Block a user