forked from VimPlug/jedi
Fix an issue with dict lookups.
This commit is contained in:
@@ -120,7 +120,7 @@ def gen():
|
||||
a, b = next(gen())
|
||||
#? int()
|
||||
a
|
||||
#? str() float()
|
||||
#? str()
|
||||
b
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user