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

5 lines
62 B
Python

test()
for item in range(10):
co<caret>ntinue
test1()