blob: 4e431afa0663cb8767eebc5d13acb49136ea8216 [file]
// OnlySecondaryConstructors
class OnlySecondaryConstructors {
constructor(): super()
constructor(p: Int): this()
}
// LAZINESS:NoLaziness
// FIR_COMPARISON