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

6 lines
74 B
Python

if condition1:
pass
if condi<caret>tion:
test1()
else:
test2()