Home
last modified time | relevance | path

Searched defs:ta2 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionWithIndexSignatures.ts9 declare let ta2: { [key: string]: A } & { [key: string]: B }; variable
/third_party/typescript/tests/baselines/reference/
DreadonlyTupleAndArrayElaboration.js52 const ta2: readonly boolean[] = ta1; constant
107 var ta2 = ta1; variable