forked from VimPlug/jedi
Added a test that shouldn't throw an error when using it. However, because we omited statements to use the actual variables the bug is never seen.
This commit is contained in:
2
test/static_analysis/iterable.py
Normal file
2
test/static_analysis/iterable.py
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
a, b = {'asdf': 3, 'b': 'str'}
|
||||
Reference in New Issue
Block a user