forked from VimPlug/jedi
Fix an issue with classes and decorators combined.
This commit is contained in:
@@ -266,6 +266,7 @@ class Something():
|
||||
def x(self, a, b=1):
|
||||
return a
|
||||
|
||||
#? int()
|
||||
Something().x(1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user