blob: 22644d85d3dcda704da90e92add2d635972fcd36 [file] [log] [blame]
open class Test<caret> private constructor() {
private constructor(i: Int) : this() {
}
}