Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
02cf98d65c798d368fcec43ed64a001d513bdd4f
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
continue.py
blob: bccf2a7e0316c24a51df6d650700bf72e2ad1314 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
while
foo
:
2
if
condition
:
3
continue
4
print
"Hello"