Files
openide/python/testData/refactoring/extractmethod/Statements.before.py
2012-05-22 22:23:35 +04:00

7 lines
114 B
Python

def f():
a = 1
b = 1
<selection>puts(a + b * 123)
print("Hello from extract method")</selection>