Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
intentions
/
PyStringConcatenationToFormatIntentionTest
/
simple.py
blob: bc0102979c183ad66dc71bd639cae9b41f19f88a [
file
] [
log
] [
blame
]
def
foo
():
return
"foo"
c
=
"string"
"a"
+
foo
()
<
caret
>+
"f"
+
"_str"
+
c