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

5 lines
63 B
Python

x = 0
def foo():
global x
<selection>x = 1</selection>