/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | objectTypeWithNumericProperty.ts | 49 let r4 = c['1.1']; variable 81 let r4 = i['1.1']; variable 115 let r4 = a['1.1']; variable 152 let r4 = b['1.1']; variable
|
D | numericIndexingResults.ts | 48 let r4 = c[1]; variable 93 let r4 = i[1]; variable 142 let r4 = a[1]; variable 194 let r4 = b[1]; variable 250 let r4 = b2[1]; variable
|
D | objectTypeWithStringNamedPropertyOfIllegalCharacters.ts | 51 let r4 = c["~!@#$%^&*()_+{}|:'<>?\/.,`"]; variable 85 let r4 = i["~!@#$%^&*()_+{}|:'<>?\/.,`"]; variable
|
D | objectTypePropertyAccess.ts | 45 let r4 = c['foo']; variable 57 let r4 = i.toString(); variable
|
D | interfaceWithSpecializedCallAndConstructSignatures.ts | 50 let r4 = new f('A'); variable
|
D | interfaceWithOverloadedCallAndConstructSignatures.ts | 48 let r4 = new f(''); variable
|
D | objectTypeWithCallSignatureAppearsToBeFunctionType.ts | 48 let r4: void = b(); variable
|
D | mergeTwoInterfaces.ts | 60 let r4 = b.bar; variable 90 let r4 = b.bar; // any, should be string variable
|
D | augmentedTypeBracketNamedPropertyAccess.ts | 53 let r4 = f['data']; // Should be number variable
|
D | genericCallWithArrayLiteralArgs.ts | 62 let r4 = foo([1, '']); // {}[] variable
|
D | classWithPublicProperty.ts | 58 let r4: string = c.c(); variable
|
D | genericFunctionsWithOptionalParameters3.ts | 50 let r4 = utils.mapReduce(c, (x: string) => { variable
|
D | propertyNameWithoutTypeAnnotation.ts | 58 let r4 = b.foo; variable
|
D | callSignatureWithoutAnnotationsOrBody.ts | 55 let r4 = a(); variable
|
D | twoMergedInterfacesWithDifferingOverloads2.ts | 66 let r4 = a(1, true); variable
|
D | mergeThreeInterfaces.ts | 67 let r4 = b.foo variable 113 let r4 = b.foo variable
|
D | stringNamedPropertyAccess.ts | 72 let r4 = b["a b"]; variable
|
D | typeOfThisInStaticMembers.ts | 52 let r4 = new t(1); variable
|
D | objectTypeHidingMembersOfObject.ts | 70 let r4: void = b.valueOf(); variable
|
D | genericCallWithObjectTypeArgs2.ts | 91 let r4 = f2(i); // Base => Derived variable
|
D | genericCallWithObjectTypeArgsAndConstraints2.ts | 89 let r4 = f3(new Base(), x => x); variable
|
D | exponentiationOperatorWithEnum.ts | 56 let r4 = a ** c; variable
|
D | genericCallWithGenericSignatureArguments.ts | 96 let r4 = foo((x: typeof a) => a, (x: typeof b) => b); // typeof a => typeof a variable
|
D | genericCallTypeArgumentInference.ts | 125 let r4 = c.foo('', 1); // string variable 201 let r4 = i.foo('', 1); // string variable
|
/arkcompiler/ets_runtime/test/typeinfer/classwithproperty/ |
D | classwithproperty.ts | 56 let r4: string = c.c(); variable
|