Files
openide/python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.py

2 lines
53 B
Python

def foo():
print 1 + <selection>2 + 3</selection>