Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
AugmentAssignment.py
blob: 9beb883ecae3c0169e2cad5dace5785634c7ee10 [
file
] [
log
] [
blame
]
<
weak_warning descr
=
"Assignment can be replaced with augmented assignment"
>
var
=
<
caret
>
var
+
3
</
weak_warning
>