Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
AugmentAssignmentWithContext.py
blob: ba3192602a803fdbb25f4131b8c210421def7088 [
file
] [
log
] [
blame
]
class
A
:
x
=
3
a
=
A
()
<
weak_warning descr
=
"Assignment can be replaced with augmented assignment"
>
a
.
x
=
a
.
x
+<
caret
>
1
</
weak_warning
>