// IS_APPLICABLE: false class My { val x: Int constructor(x: Int) { this.x = x } constructor() { x = 42 } }