forked from VimPlug/jedi
instances are basically working now, tests are not -> satisfy tests!
This commit is contained in:
@@ -2,6 +2,8 @@ def openbrace():
|
||||
asdf = 3
|
||||
asdf
|
||||
asdf(
|
||||
#? ['real']
|
||||
asdf.real
|
||||
return 1
|
||||
|
||||
#? ['real']
|
||||
@@ -11,3 +13,17 @@ blub([
|
||||
#? ['real']
|
||||
openbrace().real
|
||||
|
||||
def indentfault():
|
||||
asd(
|
||||
indentback
|
||||
|
||||
#? []
|
||||
indentfault().
|
||||
|
||||
def openbrace2():
|
||||
asd(
|
||||
def normalfunc():
|
||||
return 1
|
||||
|
||||
#? ['real']
|
||||
normalfunc().real
|
||||
|
||||
Reference in New Issue
Block a user