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

5 lines
77 B
Python

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