Home
last modified time | relevance | path

Searched defs:r7 (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DclassWithPublicProperty.ts72 let r7: string = C.f(); variable
DgenericCallWithOverloadedFunctionTypedArguments.ts48 let r7 = foo5(a); // any => string (+1 overload) variable
DtypeOfThisInStaticMembers.ts90 let r7 = new t2(''); variable
DgenericCallWithOverloadedConstructorTypedArguments.ts54 let r7 = foo5(b); // new any => string; new(x:number) => any variable
DgenericCallWithObjectTypeArgsAndConstraints2.ts116 let r7 = f3(null, x => x); // any variable
DexponentiationOperatorWithEnum.ts74 let r7 = E.a ** b; variable
DgenericCallTypeArgumentInference.ts146 let r7 = c.foo4('', true); // string variable
222 let r7 = i.foo4('', true); // string variable
DexponentiationOperatorWithEnumUnion.ts78 let r7 = E.a ** b; variable
DobjectTypePropertyAccess.ts73 let r7 = i['bar']; variable
DclassExtendingClass.ts73 let r7 = d2.thing(''); variable
DgenericCallWithNonSymmetricSubtypes.ts114 let r7 = foo(s1, s2); // (x: Object) => string; variable
DadditionOperatorWithNumberAndEnum.ts69 let r7 = E.a + E.b; variable
DgenericCallWithConstraintsTypeArgumentInference.ts166 let r7 = c.foo4(d1, d2); // Base variable
239 let r7 = i.foo4(d1, d2); // Base variable
DcallGenericFunctionWithZeroTypeArguments.ts105 let r7 = i2.f(1); variable
DnullIsSubtypeOfEverythingButUndefined.ts145 let r7 = true ? () => { } : null; variable
152 let r7 = true ? null : () => { }; variable
DarrayOfFunctionTypes3.ts121 let r7 = r6(''); // any not string variable
DstringIndexingResults.ts83 let r7 = a['y']; variable
DbestCommonTypeOfConditionalExpressions.ts84 let r7: (x: Object) => void = true ? (x: number) => { } : (x: Object) => { }; variable
DadditionOperatorWithStringAndEveryType.ts85 let r7 = x + g; variable
DadditionOperatorWithAnyAndEveryType.ts82 let r7 = c + a; variable
DfunctionConstraintSatisfaction.ts101 let r7 = foo(b); variable
DcallSignatureWithoutReturnTypeAnnotationInference.ts109 let r7 = foo7(1); variable
DderivedClassOverridesProtectedMembers2.ts155 let r7 = d2['']; variable
DsubtypingWithCallSignatures2.ts313 let r7 = foo7(r7arg1); // any variable
/arkcompiler/ets_runtime/test/typeinfer/classwithproperty/
Dclasswithproperty.ts70 let r7: string = C.f(); variable

12