class A private constructor(f: Boolean) { constructor(): this(true) } fun test() { val a = A() } //Text: (), Disabled: false, Strikeout: false, Green: true