blob: d6fa681177c18584468b18c2e0a87d78a4ea9882 [file]
class B private constructor(p: Int) {
constructor() : this(<caret>)
protected constructor(s: String) : this()
}
/*
Text: (<highlight>p: Int</highlight>), Disabled: false, Strikeout: false, Green: false
Text: (<highlight>s: String</highlight>), Disabled: false, Strikeout: false, Green: false
*/