Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android12-mainline-permission-release
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
raise.py
blob: de064dc1be9fb41e540e0e5c47bbaef1dd9a759c [
file
] [
log
] [
blame
] [
edit
]
try
:
raise
Exception
()
except
:
foo
=
Exception
()
raise
foo