Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DindexingTypesWithNever.ts104 type O2Props = OptionalProps<O2>; // expect { a?: string | undefined; } alias
109 declare const o2Test: ExpectType<{ a?: string }, O2Props>;
/third_party/typescript/tests/baselines/reference/
DindexingTypesWithNever.types243 type O2Props = OptionalProps<O2>; // expect { a?: string | undefined; }
244 >O2Props : O2Props
257 declare const o2Test: ExpectType<{ a?: string }, O2Props>;
DindexingTypesWithNever.js103 type O2Props = OptionalProps<O2>; // expect { a?: string | undefined; }
108 declare const o2Test: ExpectType<{ a?: string }, O2Props>;
DindexingTypesWithNever.symbols352 type O2Props = OptionalProps<O2>; // expect { a?: string | undefined; }
353 >O2Props : Symbol(O2Props, Decl(indexingTypesWithNever.ts, 100, 33))
374 declare const o2Test: ExpectType<{ a?: string }, O2Props>;
378 >O2Props : Symbol(O2Props, Decl(indexingTypesWithNever.ts, 100, 33))