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