Files
openide/python/testData/codeInsight/smartEnter/try_after.py
2010-04-22 18:51:03 +04:00

6 lines
74 B
Python

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