Home
last modified time | relevance | path

Searched defs:Example1 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/1_interface_declarations/
Dinterface_declarations_3.ts27 interface Example1 { interface
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofIntersection.ts17 type Example1<T extends string, U extends string> = keyof (Record<T, any> & Record<U, any>); alias
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithDiscriminatedUnion.js208 var Example1; variable
209 (function (Example1) { argument
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithDiscriminatedUnion.ts4 namespace Example1 { namespace