Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
quickFixes
/
PyAugmentAssignmentQuickFixTest
/
subscription.py
blob: da4fa412a1d9fdd3e393a6e6dc72a58481d7b5f9 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
current_sum
=
1
2
numbers
=
[
1
,
2
,
3
]
3
<
weak_warning descr
=
"Assignment can be replaced with augmented assignment"
>
current_sum
=
current_sum
+
numbers
[
0
]</
weak_warning
>