Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
continue.py
blob: bccf2a7e0316c24a51df6d650700bf72e2ad1314 [
file
] [
log
] [
blame
]
while
foo
:
if
condition
:
continue
print
"Hello"