Searched refs:O2Props (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/tests/cases/compiler/ |
| D | indexingTypesWithNever.ts | 104 type O2Props = OptionalProps<O2>; // expect { a?: string | undefined; } alias 109 declare const o2Test: ExpectType<{ a?: string }, O2Props>;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | indexingTypesWithNever.types | 243 type O2Props = OptionalProps<O2>; // expect { a?: string | undefined; } 244 >O2Props : O2Props 257 declare const o2Test: ExpectType<{ a?: string }, O2Props>;
|
| D | indexingTypesWithNever.js | 103 type O2Props = OptionalProps<O2>; // expect { a?: string | undefined; } 108 declare const o2Test: ExpectType<{ a?: string }, O2Props>;
|
| D | indexingTypesWithNever.symbols | 352 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))
|