summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.after.py
blob: 775927cedb39c0d87871fbf68466e32ef932e0a6 (plain)
1
2
3
def foo():
    a = 2 + 3
    print 1 + a