Files
openide/python/testData/mover/oneLineCompoundOutside_afterDown.py
Ekaterina Tuzova 25504900e1 meet brand new python move statement
work over PSI instead of document lines
2013-08-24 17:35:25 +04:00

8 lines
146 B
Python

if condition:
pass
elif other_condition:
if another_one:
pass
if True: a = 1 # <- move statement up here
else: b = 2