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

5 lines
74 B
Python

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