Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
generateConstructor
/
afterBoundCommentsKeepsBlankLine.java
blob: d3b335a124aab9b08b92268dfbebd960798b73e6 [
file
] [
log
] [
blame
]
public
class
Foo
{
public
Foo
()
{<
caret
>
}
// Method comment
public
String
getSomeGetter
()
{
return
null
;
}
}