diff --git a/test/completion/comprehensions.py b/test/completion/comprehensions.py index 3eca2eef..98a15bcb 100644 --- a/test/completion/comprehensions.py +++ b/test/completion/comprehensions.py @@ -119,7 +119,7 @@ left # ----------------- def x(): + """Should not try to resolve to the if hio, which was a bug.""" #? 22 [a for a in h if hio] if hio: pass -