TypeScript/tests/cases/compiler/importTypeWithUnparenthesizedGenericFunctionParsed.ts
Wesley Wigham d7f03fb0fa
Parse generic function types in import type argument lists (#31079)
* Parenthesize in import type node factory

* And now parse unparenthesized generic functions so we can handle parsing the older output
2019-04-23 14:48:31 -07:00

1 line
100 B
TypeScript

export declare const fail1: import("module").Modifier<<T>(x: T) => T>; // shouldn't be a parse error