/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericContextualTypes1.ts | 47 const f40: <A, B>(b: B, a: A) => [A, B] = flip(zip); constant
|
/third_party/typescript/tests/baselines/reference/ |
D | genericContextualTypes1.js | 45 const f40: <A, B>(b: B, a: A) => [A, B] = flip(zip); constant 71 var f40 = flip(zip); variable
|
D | conditionalTypes1.js | 278 const f40 = <U>(a: T90<U>): T91<U> => a; constant 449 var f40 = function (a) { return a; }; function
|
D | destructuringWithLiteralInitializers2.js | 25 function f40([x = 0, y = 'bar']) {} function
|
D | controlFlowOptionalChain.js | 490 function f40(o: Thing | undefined) { function
|
D | neverReturningFunctions1.js | 397 function f40(x) { function
|
D | genericFunctionInference1.js | 288 const f40 = pipe4([list, box]); constant
|
D | keyofAndIndexedAccess.js | 783 function f40(c) { function
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringWithLiteralInitializers2.ts | 26 function f40([x = 0, y = 'bar']) {} function
|
/third_party/typescript/tests/cases/compiler/ |
D | varianceMeasurement.ts | 45 declare const f40: Foo4<string>; constant
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeRelationships.ts | 84 function f40<T>(x: T, y: Readonly<T>) { function
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowOptionalChain.ts | 492 function f40(o: Thing | undefined) { function
|
D | neverReturningFunctions1.ts | 122 function f40(x: number) { function
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | conditionalTypes1.ts | 280 const f40 = <U>(a: T90<U>): T91<U> => a; constant
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 174 function f40(c: C) { function
|