Files
openide/python/testData/keywordCompletion/noContinueInFinally.py
T

5 lines
66 B
Python

for x in []:
try:
a = 1
finally:
co<caret>