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