Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Des6ModuleInternalImport.ts36 let x2 = a3 + a4; variable
42 let x2 = a3 + a4; variable
DcontextualTypeWithUnionTypeCallSignatures.ts54 let x2: IWithCallSignatures | IWithCallSignatures2 = a => a.toString(); // Like iWithCallSignatures variable
61 let x2: IWithCallSignatures | IWithCallSignatures2 = a => a; // Like iWithCallSignatures2 variable
DtypeGuardOfFormTypeOfString.ts117 let x2: number | boolean = numOrBool; // number | boolean variable
180 let x2: {} = numOrBool; // { variable
DsourceMapValidationForIn.ts33 for (let x2 in String) variable
DnoImplicitAnyFunctionExpressionAssignment.ts32 let x2: (a: any) => void = function f<T>(x: T) { variable
Dnamespaces1.ts33 let x2: X.Y; variable
DcontextualTypeWithUnionTypeIndexSignatures.ts82 let x2: IWithStringIndexSignature1 | IWithStringIndexSignature2 = { z: a => a.toString() }; // a sh… variable
91 let x2: IWithStringIndexSignature1 | IWithStringIndexSignature2 = { z: a => a }; // a should be num… variable
DinstanceofOperatorWithLHSIsObject.ts26 let x2: Function; variable
47 let r2 = b instanceof x2; variable
DobjectLiteralShorthandPropertiesES6.ts35 let x2 = { variable
DobjectLiteralShorthandProperties.ts35 let x2 = { variable
DfreshLiteralInference.ts49 let x2 = obj2.value; // regular "1" variable
DgenericObjectCreationWithoutTypeArgs.ts30 let x2 = new SS<number>; // OK variable
DanyAndUnknownHaveFalsyComponents.ts56 declare let x2: unknown; variable
DindexSignaturesInferentialTyping.ts41 let x2 = bar({ 0: 0, 1: 1 }); variable
DcontextualTypingOfConditionalExpression.ts45 let x2: (a: A) => void = true ? (a) => a.foo : (b) => b.foo; variable
DobjectLiteralWidened.ts69 let x2 = { variable
DliteralTypesAndTypeAssertions.ts46 let x2 = 1; variable
DcontextualSignatureInstatiationCovariance.ts22 interface TallThing { x2 } property
DdiscriminatedUnionInference.ts48 let x2 = foo({ kind: 'b', data: [1, 2] }); // number variable
Des6ModuleEnumDeclaration.ts52 let x2 = e3.a; variable
68 let x2 = e5.a; variable
Des6ModuleConstEnumDeclaration.ts52 let x2 = e3.a; variable
68 let x2 = e5.a; variable
Des6ModuleConstEnumDeclaration2.ts52 let x2 = e3.a; variable
68 let x2 = e5.a; variable
DnoImplicitAnyDestructuringVarDeclaration2.ts112 let {x2 = undefined, y2 = undefined, z2 = undefined} = { x2: 1, y2: 2, z2: 3 }; // no error variable
DkeyofAndForIn.ts47 let x2 = obj[k2]; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/systemObjectShorthandRename/
Dindex.ts23 const x2 = {x constant

12