Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertClassToSealedClass
/
secondaryConstructor.kt
blob: 22644d85d3dcda704da90e92add2d635972fcd36 [
file
] [
log
] [
blame
]
open
class
Test
<caret>
private
constructor
()
{
private
constructor
(
i
:
Int
)
:
this
()
{
}
}