Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
JoinConcatenatedStringLiteralsIntention
/
after.java.template
blob: 7a143e2bc15566519ff23803186c4cea14f0e126 [
file
]
public
class
X
{
String
f
()
{
return
"foobar"
;
}
}