```ts class C { constructor() { this.foo = 10; } } ``` `this.foo` doesn't exist, but we should provide a quick-fix to declare it.