diff --git a/test/completion/wtf.py b/test/completion/wtf.py new file mode 100644 index 00000000..c5d54dbf --- /dev/null +++ b/test/completion/wtf.py @@ -0,0 +1,6 @@ +xy = (1,) +x, y = *xy, None + +# whatever it is should not crash +#? +x