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

8 lines
62 B
Python

try:
pass
for x in []:
pass
finally<caret>
#blah