Files
openide/python/testData/refactoring/introduceParameter/localVariable.py

3 lines
53 B
Python

def f():
a = 1
print <selection>a + 3</selection>