Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofIntersection.ts22 type Example3<T extends string> = keyof (Record<T, any>); alias
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithDiscriminatedUnion.js222 var Example3; variable
223 (function (Example3) { argument
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithDiscriminatedUnion.ts33 namespace Example3 { namespace