Skip to content

Commit

Permalink
finish out the while statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Nov 1, 2022
1 parent 6802a10 commit 013e07b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite/python38.py
Expand Up @@ -54,4 +54,5 @@ def f3(
if (x := 1) == (y := 2):
pass
#: E741
while l := thing:
while l := 1:
pass

0 comments on commit 013e07b

Please sign in to comment.