summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.after.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.after.py')
-rw-r--r--python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.after.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.after.py b/python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.after.py
new file mode 100644
index 000000000000..775927cedb39
--- /dev/null
+++ b/python/testData/refactoring/introduceVariable/selectionBreaksBinaryOperator.after.py
@@ -0,0 +1,3 @@
+def foo():
+ a = 2 + 3
+ print 1 + a \ No newline at end of file