mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
Enable a test that no one is care of. GitOrigin-RevId: ccc520d6ab6d40117b5ff69ffe908ef135c6a08b
5 lines
57 B
Python
5 lines
57 B
Python
while True:
|
|
try:
|
|
print("a")
|
|
finally:
|
|
continue |