summaryrefslogtreecommitdiff
path: root/python/testData/mover/nestedIfUp.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/mover/nestedIfUp.py')
-rw-r--r--python/testData/mover/nestedIfUp.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/testData/mover/nestedIfUp.py b/python/testData/mover/nestedIfUp.py
new file mode 100644
index 000000000000..0db477d14024
--- /dev/null
+++ b/python/testData/mover/nestedIfUp.py
@@ -0,0 +1,6 @@
+if condition:
+ pass
+elif other_condition:
+ pass
+if another_on<caret>e: # <- move up here
+ a=1