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