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

5 lines
81 B
Python

a = <caret>1 # <- move statement down here
if True:
pass
else:
b = 2