forked from VimPlug/jedi
Fix cases where dicts are passed to dicts and generics were not properly applied
This commit is contained in:
@@ -261,6 +261,9 @@ def y(a):
|
||||
#?
|
||||
y(**d)
|
||||
|
||||
#? str()
|
||||
d['a']
|
||||
|
||||
# problem with more complicated casts
|
||||
dic = {str(key): ''}
|
||||
#? str()
|
||||
|
||||
Reference in New Issue
Block a user