Home
last modified time | relevance | path

Searched defs:f90 (Results 1 – 2 of 2) 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