forked from VimPlug/jedi
fixed position error with test
This commit is contained in:
@@ -15,6 +15,10 @@ b = 1; b = ""
|
||||
#? str()
|
||||
b
|
||||
|
||||
# temp should not be accessible before definition
|
||||
#? []
|
||||
temp
|
||||
|
||||
a = 1
|
||||
temp = b;
|
||||
b = a
|
||||
|
||||
Reference in New Issue
Block a user