There was an error while loading. Please reload this page.
From microsoft/vscode#43930
TypeScript Version: 2.8.0.insiders-20180211
Search Terms:
Code For the js:
console.log({ a: 1, b() { this } });
Hover over this in b
this
b
Bug this has any type
any
this is properly typed in cases like:
const z = { a: 1, b() { this } }
Playground Link:
Related Issues: