Home
last modified time | relevance | path

Searched refs:Q51 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts77 type Q51 = Dictionary<Shape>[123]; // Shape alias
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js75 type Q51 = Dictionary<Shape>[123]; // Shape
1166 declare type Q51 = Dictionary<Shape>[123];
DkeyofAndIndexedAccess.symbols214 type Q51 = Dictionary<Shape>[123]; // Shape
215 >Q51 : Symbol(Q51, Decl(keyofAndIndexedAccess.ts, 72, 38))
DkeyofAndIndexedAccess.types177 type Q51 = Dictionary<Shape>[123]; // Shape
178 >Q51 : Shape