mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
tests: add bad case
This commit is contained in:
6
test/completion/wtf.py
Normal file
6
test/completion/wtf.py
Normal file
@@ -0,0 +1,6 @@
|
||||
xy = (1,)
|
||||
x, y = *xy, None
|
||||
|
||||
# whatever it is should not crash
|
||||
#?
|
||||
x
|
||||
Reference in New Issue
Block a user