Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>