Home
last modified time | relevance | path

Searched defs:f60 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeRelationships.ts120 function f60<U>(x: T1<U>, y: T2<U>) { function
/third_party/typescript/tests/cases/conformance/controlFlow/
DdependentDestructuredVariables.ts327 const f60: Func = (kind, payload) => { constant
/third_party/typescript/tests/baselines/reference/
DgenericFunctionInference1.js291 let f60 = wrap3(baz); variable
DdependentDestructuredVariables.js323 const f60: Func = (kind, payload) => { function
DkeyofAndIndexedAccess.js820 function f60(source, target) { function
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts217 function f60<T>(source: T, target: T) { function