mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Enable a test that no one is care of. GitOrigin-RevId: ccc520d6ab6d40117b5ff69ffe908ef135c6a08b
9 lines
182 B
Python
9 lines
182 B
Python
for x in [1, 2, 3]:
|
|
pass
|
|
else:
|
|
<error descr="'continue' outside loop">continue</error>
|
|
|
|
while True:
|
|
pass
|
|
else:
|
|
<error descr="'continue' outside loop">continue</error> |