Sign in
android
/
platform
/
tools
/
idea
/
dabd634b4b52246dc992371eecb7e1e214463cff
/
.
/
python
/
testData
/
intentions
/
PyStringConcatenationToFormatIntentionTest
/
unicodeString.py
blob: 1eaa9dd28950affdb7fd710a48a731961d94d34a [
file
] [
log
] [
blame
]
def
foo
():
return
"foo"
u
'a'
+
foo
()
<
caret
>+
u
'f'