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