Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyAugmentAssignmentQuickFixTest
/
subscription.py
blob: da4fa412a1d9fdd3e393a6e6dc72a58481d7b5f9 [
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
>