Files
openide/python/testData/refactoring/extractmethod/TryFinally.before.py
2012-05-16 15:26:52 +04:00

7 lines
100 B
Python

def foo(x):
<selection>try:
print(1)
finally:
pass</selection>
return x