Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
JoinConcatenatedStringLiteralsIntention
/
before.java.template
blob: 06c8b47573e796b1fa1889c6e769411e6d075303 [
file
] [
log
] [
blame
]
public
class
X
{
String
f
()
{
return
"foo"
<spot>
+</
spot
>
"bar"
;
}
}