Home
last modified time | relevance | path

Searched refs:ProductComplementComplement (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes2.ts188 type ProductComplementComplement = { alias
191 type PCCA = ProductComplementComplement['a'];
192 type PCCB = ProductComplementComplement['b'];
/third_party/typescript/tests/baselines/reference/
DconditionalTypes2.js186 type ProductComplementComplement = {
189 type PCCA = ProductComplementComplement['a'];
190 type PCCB = ProductComplementComplement['b'];
446 declare type ProductComplementComplement = {
451 declare type PCCA = ProductComplementComplement['a'];
452 declare type PCCB = ProductComplementComplement['b'];
DconditionalTypes2.types421 type ProductComplementComplement = {
422 >ProductComplementComplement : ProductComplementComplement
428 type PCCA = ProductComplementComplement['a'];
431 type PCCB = ProductComplementComplement['b'];
DconditionalTypes2.symbols666 type ProductComplementComplement = {
667 >ProductComplementComplement : Symbol(ProductComplementComplement, Decl(conditionalTypes2.ts, 181, …
680 type PCCA = ProductComplementComplement['a'];
682 >ProductComplementComplement : Symbol(ProductComplementComplement, Decl(conditionalTypes2.ts, 181, …
684 type PCCB = ProductComplementComplement['b'];
686 >ProductComplementComplement : Symbol(ProductComplementComplement, Decl(conditionalTypes2.ts, 181, …
DconditionalTypes2.errors.txt275 type ProductComplementComplement = {
278 type PCCA = ProductComplementComplement['a'];
279 type PCCB = ProductComplementComplement['b'];