tests: add bad case

This commit is contained in:
Hoblovski
2025-11-13 19:54:28 +08:00
parent 88d3da4ef6
commit 3d2ce2e01f

6
test/completion/wtf.py Normal file
View File

@@ -0,0 +1,6 @@
xy = (1,)
x, y = *xy, None
# whatever it is should not crash
#?
x