Home
last modified time | relevance | path

Searched defs:Example2 (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcontrolFlowPrivateClassField.ts16 class Example2 { class
/third_party/typescript/tests/baselines/reference/
DcontrolFlowPrivateClassField.js14 class Example2 { class
DassignmentCompatWithDiscriminatedUnion.js215 var Example2; variable
216 (function (Example2) { argument
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithDiscriminatedUnion.ts19 namespace Example2 { namespace
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts584 type Example2<T> = { [K in keyof Helper2<T>]: Helper2<T>[K]["prop"] }; property in Component2