Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
CharToStringIntention
/
after.java.template
blob: 48a3fe14f926e83135c8e082e4d052a8d2c80696 [
file
]
public
class
X
{
void
f
()
{
String
foo
=
"val"
+
"b"
;
}
}