_From @unional on January 6, 2017 1:5_ - VSCode Version: 1.8.1 ```ts let x: Array<{ name: string, fn(): any, field: string }> ```  notice after `fn()` the highlight does not work. _Copied from original issue: Microsoft/vscode#18202_