@@ -4,14 +4,12 @@ class Foo:
4
4
# comment
5
5
R'''TEST'''
6
6
7
- def foo (self , a :'''TEST''' )
8
- -> '''TEST''' : #ok
7
+ def foo (self , a :'''TEST''' ) -> '''TEST''' : #ok
9
8
r'''TEST'''
10
9
with bar :
11
10
pass
12
11
13
- def bar (self , a :'''TEST''' )
14
- -> '''TEST''' : pass
12
+ def bar (self , a :'''TEST''' ) -> '''TEST''' : pass
15
13
'''TEST''' # additional docstring
16
14
with bar :
17
15
pass
@@ -50,7 +48,7 @@ def : meta.function.python, source.python, storage.type.function.pytho
50
48
TEST : meta.function.parameters.python, meta.function.python, source.python, string.quoted.multi.python
51
49
''' : meta .function .parameters .python , meta .function .python , punctuation .definition .string .end .python , source .python , string .quoted .multi .python
52
50
) : meta .function .parameters .python , meta .function .python , punctuation .definition .parameters .end .python , source .python
53
- : meta .function .python , source .python
51
+ : meta .function .python , source .python
54
52
- > : meta .function .python , punctuation .separator .annotation .result .python , source .python
55
53
: meta .function .python , source .python
56
54
''' : meta.function.python, punctuation.definition.string.begin.python, source.python, string.quoted.multi.python
@@ -87,7 +85,7 @@ def : meta.function.python, source.python, storage.type.function.pytho
87
85
TEST : meta.function.parameters.python, meta.function.python, source.python, string.quoted.multi.python
88
86
''' : meta .function .parameters .python , meta .function .python , punctuation .definition .string .end .python , source .python , string .quoted .multi .python
89
87
) : meta .function .parameters .python , meta .function .python , punctuation .definition .parameters .end .python , source .python
90
- : meta .function .python , source .python
88
+ : meta .function .python , source .python
91
89
- > : meta .function .python , punctuation .separator .annotation .result .python , source .python
92
90
: meta .function .python , source .python
93
91
''' : meta.function.python, punctuation.definition.string.begin.python, source.python, string.quoted.multi.python
0 commit comments