We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: 2.7.0-dev.20171129
Code
a.js
class C { m() { this.x; } }
Expected behavior:
Can fix the error by creating a constructor.
Actual behavior:
No codefix unless I manually add a constructor.