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