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

6 lines
75 B
Python

if condition1:
if condition:
test1()
else:
test2()