mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 22:25:53 +08:00
Fix a few things to get Python3.5 working.
This commit is contained in:
10
test/normalizer_issue_files/allowed_syntax_python3.6.py
Normal file
10
test/normalizer_issue_files/allowed_syntax_python3.6.py
Normal file
@@ -0,0 +1,10 @@
|
||||
foo: int = 4
|
||||
(foo): int = 3
|
||||
((foo)): int = 3
|
||||
foo.bar: int
|
||||
foo[3]: int
|
||||
|
||||
|
||||
def glob():
|
||||
global x
|
||||
y: foo = x
|
||||
Reference in New Issue
Block a user