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