summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.py
blob: c5eee8c9a42371b4d9a2c89406ff165ba08a04b3 (plain)
1
2
def foo():
    print 1 + <selection>2 + 3</selection>