// FIR_IDENTICAL class My { val x: Int constructor(x: Int) { this.x = x } }