Home
last modified time | relevance | path

Searched defs:f73 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeRelationships.ts154 function f73<T, K extends keyof T>(x: { [P in K]: T[P] }, y: { [P in keyof T]: T[P] }) { function
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts242 function f73(func: <T, U, K extends keyof (T & U)>(x: T, y: U, k: K) => (T & U)[K]) { function