blob: 3735c5bff59c5dfba35d9acdee704c31ebe31607 [file]
class A private constructor(f: Boolean) {
constructor(): this(true)
}
fun test() {
val a = A(<caret>)
}
//Text: (<no parameters>), Disabled: false, Strikeout: false, Green: true