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