1
0
forked from VimPlug/jedi
Files
jedi-fork/test/static_analysis/iterable.py
2015-11-24 01:27:23 +01:00

7 lines
72 B
Python

a, b = {'asdf': 3, 'b': 'str'}
a
x = [1]
x[0], b = {'a': 1, 'b': '2'}