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

4 lines
80 B
Python

def foo():
def f(x):
return x
<selection>return f(1)</selection>