mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +08:00
test for parser issues with parentheses indentation, see davidhalter/jedi-vim#288
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
"""
|
||||||
|
Issues with the parser not the completion engine should be here.
|
||||||
|
"""
|
||||||
|
|
||||||
|
class C():
|
||||||
|
""" issue jedi-vim#288 """
|
||||||
|
def indent_issues(
|
||||||
|
self,
|
||||||
|
):
|
||||||
|
return 1
|
||||||
|
|
||||||
|
|
||||||
|
#? int()
|
||||||
|
C().indent_issues()
|
||||||
Reference in New Issue
Block a user