Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
AugmentAssignmentFunction.py
blob: 413f876acce60357f2e25ae71c15ba5c7279abda [
file
] [
log
] [
blame
]
def
retStr
():
return
''
s1
=
''
<
weak_warning descr
=
"Assignment can be replaced with augmented assignment"
>
s1
=
s1
<
caret
>+
retStr
()</
weak_warning
>