Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
raise.py
blob: de064dc1be9fb41e540e0e5c47bbaef1dd9a759c [
file
] [
log
] [
blame
]
try
:
raise
Exception
()
except
:
foo
=
Exception
()
raise
foo