Files
openide/python/testData/editing/nestedFinally.after.py

8 lines
52 B
Python

try:
pass
for x in []:
pass
finally:
#blah