1
0
forked from VimPlug/jedi
Files
jedi-fork/test/completion/wtf.py
2025-11-13 20:33:00 +08:00

7 lines
67 B
Python

xy = (1,)
x, y = *xy, None
# whatever it is should not crash
#?
x