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