```js class C { constructor() { /** @type {number} - should error! */ this.x = {} } } ``` **Expected behavior:** Error **Actual behavior:** No error, and `this.x: {}`.