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