Sign in
android
/
platform
/
tools
/
idea
/
c6218e46d5d2017e987ecdbd99b318a95c42abc0
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ChangeToCStyleCommentIntention
/
after.java.template
blob: 3b12852f49d6ac11ef96934d22c823830b5ba402 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
/* comment
more of the same comment*/
}
}