Files
openide/python/testData/refactoring/inlineFunction/importedLocally/src.py
T
2019-07-08 18:05:36 +03:00

4 lines
54 B
Python

def foo(x, y):
z = x + y
print(z)
return z