Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ChangeToEndOfLineCommentIntention
/
before.java.template
blob: 4bdc87f6590b20003e6ecc46c538e6b8493d5276 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
<spot>
/* comment
more of the same comment*/
</
spot
>
}
}