Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
AugmentAssignmentSubscription.py
blob: fd57a20495a725b28419078d7d1ed8f865323b61 [
file
] [
log
] [
blame
]
current_sum
=
1
numbers
=
[
1
,
2
,
3
]
<
weak_warning descr
=
"Assignment can be replaced with augmented assignment"
>
current_sum
=
current_sum
+
numbers
[
0
]</
weak_warning
>