Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
OnlySecondaryConstructors.kt
blob: 4e431afa0663cb8767eebc5d13acb49136ea8216 [
file
]
// OnlySecondaryConstructors
class
OnlySecondaryConstructors
{
constructor
():
super
()
constructor
(
p
:
Int
):
this
()
}
// LAZINESS:NoLaziness
// FIR_COMPARISON