Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
trybreak.py
blob: 32dc0919d63d43a444c2fcb208e70c7bca057078 [
file
] [
log
] [
blame
]
def
foo
():
try
:
for
i
in
bar
:
break
except
:
raise
Exception
()
return
3