TS and JS Grammar Extension version: 0.0.50 / latest
From microsoft/vscode#72066
Code
class CategoriesComponent {
x() {
subscribe(data => { if (data) console.log(1) })
}
private checkCompanyRole() {
return this
}
}
Highlighting is broken after the console.log(1)
