Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
UnboundAugmentedAssignment.py
blob: 539cc26f7ee60b7a9d6c98bac4cd53ab4e514a72 [
file
] [
log
] [
blame
]
def
f
(
c
):
if
c
:
x
=
1
<
warning descr
=
"Local variable 'x' might be referenced before assignment"
>
x
</
warning
>
+=
1
#fail
return
x