```ts class Thing { state: any; constructor(state) { this.state = state; } doStuff() { this.stat/**/; } } ```  **Expected**: A quick fix to correct the spelling to 'state'.