Home
last modified time | relevance | path

Searched defs:fail2 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DimportTypeGenericArrowTypeParenthesized.ts12 export const fail2 = fn(function<T>(x: T): T { constant
DgenericInterfaceTypeCall.ts8 fail2(func2: { (arg: T): void; }): void; method
DtypeLiteralCallback.ts8 fail2(func: { (arg: T): void ; }): void ; method
/third_party/typescript/tests/baselines/reference/
DimportTypeGenericArrowTypeParenthesized.js13 export const fail2 = fn(function<T>(x: T): T { constant