Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
SysExit.py
blob: 36513e13a8b1edd86d81b5143fff7af75c0e91d7 [
file
] [
log
] [
blame
]
def
f
():
import
sys
sys
.
exit
(
1
)
#pass