Files
openide/python/testData/refactoring/extractmethod/DefinedBeforeAccessedAfter.before.py

6 lines
107 B
Python

def main(indices):
foo = True
<selection>if 11 > 4:
print('ok')</selection>
return foo