Files
openide/python/testData/mover/nestedIfUp_afterDown.py

8 lines
110 B
Python

if condition:
pass
elif other_condition:
pass
if another_on<caret>e: # <- move up here
a=1