@@ -4,14 +4,12 @@ class Foo:
44 # comment
55 R'''TEST'''
66
7- def foo (self , a :'''TEST''' )
8- -> '''TEST''' : #ok
7+ def foo (self , a :'''TEST''' ) -> '''TEST''' : #ok
98 r'''TEST'''
109 with bar :
1110 pass
1211
13- def bar (self , a :'''TEST''' )
14- -> '''TEST''' : pass
12+ def bar (self , a :'''TEST''' ) -> '''TEST''' : pass
1513 '''TEST''' # additional docstring
1614 with bar :
1715 pass
@@ -50,7 +48,7 @@ def : meta.function.python, source.python, storage.type.function.pytho
5048TEST : meta.function.parameters.python, meta.function.python, source.python, string.quoted.multi.python
5149''' : meta .function .parameters .python , meta .function .python , punctuation .definition .string .end .python , source .python , string .quoted .multi .python
5250) : 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
5452- > : meta .function .python , punctuation .separator .annotation .result .python , source .python
5553 : meta .function .python , source .python
5654''' : 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
8785TEST : meta.function.parameters.python, meta.function.python, source.python, string.quoted.multi.python
8886''' : meta .function .parameters .python , meta .function .python , punctuation .definition .string .end .python , source .python , string .quoted .multi .python
8987) : 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
9189- > : meta .function .python , punctuation .separator .annotation .result .python , source .python
9290 : meta .function .python , source .python
9391''' : meta.function.python, punctuation.definition.string.begin.python, source.python, string.quoted.multi.python
0 commit comments