Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
UnboundAugmentedAssignment.py
blob: 539cc26f7ee60b7a9d6c98bac4cd53ab4e514a72 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
f
(
c
):
2
if
c
:
3
x
=
1
4
<
warning descr
=
"Local variable 'x' might be referenced before assignment"
>
x
</
warning
>
+=
1
#fail
5
return
x