Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
docComments
/
primaryConstructorDoc.kt
blob: bad98a2aa9cadca025bb39145dfa7044023e2e18 [
file
] [
log
] [
blame
]
internal
class
CtorComment
/**
* This constructor is especially useful
*/
{
var
myA
=
"str"
}
internal
class
CtorComment2
/**
* This constructor is especially useful
*/