open class A(x: Int) { protected constructor() : this(1) {} private constructor(p: String) : this(2) {} } class B(): A(5) /* Text: (x: Int), Disabled: false, Strikeout: false, Green: true Text: (), Disabled: true, Strikeout: false, Green: false */