// DISABLE-ERRORS class A(i: Int, j: Int) { constructor(i: Int) : this(i, 2) val a: Int = 1 }