Closed
Description
This issue first surfaced in palantir/tslint#972
I think the following is a minimal reproduction of the problem:
/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// export function BuildMyComponent(): JSX.Element {
//// let [|StringComponentA|]: React.ComponentClass<{}>;
//// return <[|StringCom/**/ponentA|] />;
//// }
The issue first surfaced in 1.9.0-dev.20160212
; indeed I think I've bisected the problem to 13167f5 using the above test