blob: d72d774740704a1691f0806ad832dc15bb2c7e85 [file] [log] [blame]
// IS_APPLICABLE: false
open class Test<caret> private constructor() {
constructor(i: Int) : this() {
}
}