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