Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
ParamAfterTryExcept.py
blob: 608548faa78b7599e952a12c98186d9e9d7ee0cb [
file
] [
log
] [
blame
]
def
f
(
x
):
try
:
pass
except
Exception
:
pass
print
(
x
)
#pass