Home
last modified time | relevance | path

Searched defs:r5 (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnumericIndexingResults.ts54 let r5 = c[2]; variable
99 let r5 = i[2]; variable
148 let r5 = a[2]; variable
200 let r5 = b[2]; variable
256 let r5 = b2[2]; variable
DduplicateOverloadInTypeAugmentation1.ts30 let r5 = a.reduce((x, y) => x + y); variable
DgenericCallWithNonSymmetricSubtypes.ts78 let r5 = foo(a, y); // { x?: number; }; variable
85 let r5 = foo(y, a); // { x?: number; }; variable
DgenericCallWithArrayLiteralArgs.ts70 let r5 = foo<any[]>([1, '']); // any[] variable
DclassWithPublicProperty.ts63 let r5: string = c.d(); variable
DgenericFunctionsWithOptionalParameters3.ts79 let r5 = utils.mapReduce(c, f1, f2); variable
DcallSignatureWithoutAnnotationsOrBody.ts60 let r5 = a.f(); variable
DmergeThreeInterfaces.ts71 let r5 = b.bar; variable
115 let r5 = b.bar; // any, should be number variable
DgenericCallWithOverloadedFunctionTypedArguments.ts46 …let r5 = foo5(x => x); // any => string (+1 overload) [inferences are made for T, but lambda not c… variable
DtypeOfThisInStaticMembers.ts79 let r5 = t2.foo + 1; variable
DgenericCallWithOverloadedConstructorTypedArguments.ts52 let r5 = foo5(a); // new{} => string; new(x:number) => {} variable
DgenericCallWithObjectTypeArgsAndConstraints2.ts99 let r5 = f3(new Derived(), x => x); variable
DexponentiationOperatorWithEnum.ts62 let r5 = b ** c; variable
DgenericCallWithGenericSignatureArguments.ts109 let r5 = foo((x: typeof b) => b, (x: typeof a) => a); // typeof b => typeof b variable
DgenericCallTypeArgumentInference.ts132 let r5 = c.foo2('', 1); // number variable
208 let r5 = i.foo2('', 1); // number variable
DexponentiationOperatorWithEnumUnion.ts66 let r5 = b ** c; variable
DobjectTypePropertyAccess.ts62 let r5 = i['toString'](); variable
DclassExtendingClass.ts65 let r5 = d2.foo; variable
DadditionOperatorWithNumberAndEnum.ts57 let r5 = 0 + a; variable
DgenericCallWithConstraintsTypeArgumentInference.ts152 let r5 = c.foo2(b, d2); // Derived variable
225 let r5 = i.foo2(b, d2); // Derived variable
DcallGenericFunctionWithZeroTypeArguments.ts81 let r5 = i.f(1); variable
DinstanceofOperatorWithRHSIsSubtypeOfFunction.ts62 let r5 = x instanceof null; variable
DarrayOfFunctionTypes3.ts81 let r5 = r4(''); // any not string variable
DstringIndexingResults.ts61 let r5 = i['a']; variable
DfunctionConstraintSatisfaction3.ts82 let r5 = foo(i); variable

12