Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts78 type Q52 = Dictionary<Shape>[E.B]; // Shape alias
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js76 type Q52 = Dictionary<Shape>[E.B]; // Shape
1167 declare type Q52 = Dictionary<Shape>[E.B];
DkeyofAndIndexedAccess.symbols219 type Q52 = Dictionary<Shape>[E.B]; // Shape
220 >Q52 : Symbol(Q52, Decl(keyofAndIndexedAccess.ts, 73, 34))
DkeyofAndIndexedAccess.types180 type Q52 = Dictionary<Shape>[E.B]; // Shape
181 >Q52 : Shape