Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts193 function f52<T>(obj: { [x: string]: boolean }, k: Exclude<keyof T, symbol>, s: string, n: number) { function
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js796 function f52(obj, k, s, n) { function