Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess2.ts40 function f3b<K extends string>(a: { [P in K]: number }, b: { [P in string]: number }, k: K) { function
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess2.js204 function f3b(a, b, k) { function