Files
openide/python/testData/mover/sameLevelInIf.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

6 lines
64 B
Python

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