mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 05:34:51 +08:00
Some issues regarding annotations.
This commit is contained in:
@@ -9,6 +9,12 @@ from __future__ import division
|
||||
''r''u''
|
||||
b'' BR''
|
||||
|
||||
foo: int = 4
|
||||
(foo): int = 3
|
||||
((foo)): int = 3
|
||||
foo.bar: int
|
||||
foo[3]: int
|
||||
|
||||
for x in [1]:
|
||||
try:
|
||||
continue # Only the other continue and pass is an error.
|
||||
|
||||
Reference in New Issue
Block a user