forked from VimPlug/jedi
Create a failing test for an issue probably with the parser.
This commit is contained in:
@@ -553,7 +553,7 @@ def check_tuple_assignments(types, name):
|
||||
debug.warning("Invalid tuple lookup #%s of result %s in %s",
|
||||
index, types, name)
|
||||
else:
|
||||
if r.type == 'dict':
|
||||
if isinstance(r, iterable.Array) and r.type == 'dict':
|
||||
continue
|
||||
try:
|
||||
new_types |= func(index)
|
||||
|
||||
Reference in New Issue
Block a user