Home
last modified time | relevance | path

Searched defs:fail1 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DimportTypeWithUnparenthesizedGenericFunctionParsed.ts1 export declare const fail1: import("module").Modifier<<T>(x: T) => T>; // shouldn't be a parse error constant
DimportTypeGenericArrowTypeParenthesized.ts11 export const fail1 = fn(<T>(x: T): T => x); constant
/third_party/typescript/tests/baselines/reference/
DimportTypeGenericArrowTypeParenthesized.js12 export const fail1 = fn(<T>(x: T): T => x); constant