Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts205 function f54<T>(obj: T, key: keyof T) { function
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js806 function f54(obj, key) { function