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