// FIR_IGNORE class WithInit(x: Int) { // Int // │ val x: Int init { // val (WithInit).x: Int // │ WithInit..x: Int // │ │ this.x = x } }