Files
openide/python/testData/mover/sameLevelInIf_afterDown.py
T

7 lines
65 B
Python

if True:
a = 1
else:
#comment
a = 2
a =<caret> 3