Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
trybreak.py
blob: 32dc0919d63d43a444c2fcb208e70c7bca057078 [
file
] [
log
] [
blame
]
def
foo
():
try
:
for
i
in
bar
:
break
except
:
raise
Exception
()
return
3