Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyAugmentAssignmentInspection
/
add.py
blob: b3b61d9c4f91809f566119836077e423b0c4de3e [
file
] [
log
] [
blame
]
<
weak_warning descr
=
"Assignment can be replaced with augmented assignment"
>
var_1
=
var_1
+
1
</
weak_warning
>