/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | mergeTwoInterfaces2.ts | 41 let r1 = a.foo variable 53 let r1 = a.foo variable 65 let r1 = a.foo variable
|
D | objectTypeWithNumericProperty.ts | 31 let r1 = c[1]; variable 63 let r1 = i[1]; variable 97 let r1 = a[1]; variable 134 let r1 = b[1]; variable
|
D | mergeThreeInterfaces2.ts | 45 let r1 = a.foo; variable 58 let r1 = a.foo; variable 71 let r1 = a.foo variable 84 let r1 = a.foo variable
|
D | typeGuardOfFormNotExpr.ts | 116 let r1: string | number | boolean = strOrNumOrBool; // string | number | boolean variable
|
D | genericReversingTypeParameters.ts | 39 let r1 = b.get(''); variable
|
D | interfaceWithOverloadedCallAndConstructSignatures.ts | 32 let r1 = f(); variable
|
D | numericIndexingResults.ts | 30 let r1 = c['1']; variable 75 let r1 = i['1']; variable 124 let r1 = a['1']; variable
|
D | typeGuardOfFormExpr1AndExpr2.ts | 93 let r1: string | number | boolean | C = strOrNumOrBoolOrC; // string | number | boolean | C variable
|
D | typeGuardOfFormExpr1OrExpr2.ts | 82 let r1: string | number | boolean | C = strOrNumOrBoolOrC; // string | number | boolean | C variable
|
D | typeofClass2.ts | 41 let r1: typeof D; variable
|
D | mergeTwoInterfaces.ts | 35 let r1 = a.foo variable 75 let r1 = a.foo; variable
|
D | unionTypeReduction.ts | 43 let r1 = e1(); // Type of e1 reduced to I3 upon accessing property or signature variable
|
D | augmentedTypeBracketNamedPropertyAccess.ts | 35 let r1 = o['data']; // Should be number variable
|
D | classWithPublicProperty.ts | 46 let r1: string = c.x; variable
|
D | propertyNameWithoutTypeAnnotation.ts | 46 let r1 = (new C()).foo; variable
|
D | mergeThreeInterfaces.ts | 39 let r1 = a.foo variable 94 let r1 = a.foo; variable
|
D | stringNamedPropertyAccess.ts | 28 let r1 = c["a b"]; variable
|
D | objectTypeHidingMembersOfObject.ts | 30 let r1: void = c.valueOf(); variable
|
D | exponentiationOperatorWithEnum.ts | 38 let r1 = c ** a; variable
|
D | objectTypeWithCallSignatureHidingMembersOfFunction.ts | 33 let r1: (a: any, b?: any) => void = i.apply; variable
|
D | objectTypeWithConstructSignatureHidingMembersOfFunction.ts | 30 let r1: (a: any, b?: any) => void = i.apply; variable
|
D | exponentiationOperatorWithEnumUnion.ts | 42 let r1 = c ** a; variable
|
D | objectTypePropertyAccess.ts | 29 let r1 = c.toString(); variable
|
D | instanceofOperatorWithLHSIsObject.ts | 41 let r1 = a instanceof x1; variable
|
/arkcompiler/ets_runtime/test/typeinfer/classwithproperty/ |
D | classwithproperty.ts | 38 let r1: string = c.x; variable
|