Files
openide/python/testData/codeInsight/smartEnter/try_after.py

6 lines
74 B
Python

try:
doSomething()
except Exception:
pass
finally:
pass<caret>