Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
DefinedInTryUsedAfter.py
blob: 415aef387c27bafb662d934ccaf34479c9152cd9 [
file
] [
log
] [
blame
]
def
f
():
try
:
result
=
bool
(
2
)
finally
:
pass
return
result
#pass