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