Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
MoveCommentToSeparateLineIntention
/
after.java.template
blob: 9c77116aaf83064733e3d3c712bca248555283b9 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
// comment
foo
();
}
}