Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionWithIndexSignatures.ts8 declare let ta1: { [key: string]: A & B }; variable
/third_party/typescript/tests/baselines/reference/
DreadonlyTupleAndArrayElaboration.js51 const ta1: readonly [1] = [1]; variable
106 var ta1 = [1]; variable