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