Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofIntersection.ts28 type Example5<T, U> = keyof (T & U); alias
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithDiscriminatedUnion.js237 var Example5; variable
238 (function (Example5) { argument
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithDiscriminatedUnion.ts62 namespace Example5 { namespace