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