Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
removeEmptySecondaryConstructorBody
/
comment.kt
blob: 70a209d657e7fa1df4a5d0868a5d4e184f5f90ed [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
class
Foo
()
{
constructor
(
a
:
Int
)
:
this
()
<caret>
{
//comment
}
}