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

7 lines
78 B
Python

while condition1:
pass
if condition:
test<caret>1()
else:
test2()