Home
last modified time | relevance | path

Searched defs:f90 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeRelationships.ts188 function f90<T extends { x: number }>() { function
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts305 function f90<T extends S2, K extends keyof S2>(x1: S2[keyof S2], x2: T[keyof S2], x3: S2[K]) { function
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js889 function f90(x1, x2, x3) { function