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