Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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
>