class B private constructor(p: Int) { constructor() : this() protected constructor(s: String) : this() } /* Text: (p: Int), Disabled: false, Strikeout: false, Green: false Text: (s: String), Disabled: false, Strikeout: false, Green: false */