Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts271 function f83<T extends { [x: string]: { x: any } }, K extends keyof T>(obj: T, key: K) { function
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js861 function f83(obj, key) { function