Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyAugmentAssignmentQuickFixTest
/
withContext.py
blob: 2c9fc6417d0c8e145d6f313a19e0645faa60b019 [
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
>