Home
last modified time | relevance | path

Searched defs:x3 (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcontextualTypeWithUnionTypeIndexSignatures.ts103 let x3: IWithNoNumberIndexSignature | IWithNumberIndexSignature1 = { 1: a => a }; // a should be nu… variable
111 let x3: IWithNoNumberIndexSignature | IWithNumberIndexSignature1 = { 0: a => a }; // a should be nu… variable
119 let x3: IWithNoNumberIndexSignature | IWithNumberIndexSignature1 = { 0: "hello" }; variable
DassignmentLHSIsReference.ts41 let x3: { a: string }; variable
DcompoundAssignmentLHSIsReference.ts51 let x3: { a: number }; variable
DcompoundExponentiationAssignmentLHSIsReference.ts41 let x3: { a: number }; variable
DobjectLiteralShorthandPropertiesES6.ts43 let x3 = { variable
DobjectLiteralShorthandProperties.ts43 let x3 = { variable
DfreshLiteralInference.ts69 let x3 = obj3.value; // before: string, after: "1" variable
DgenericObjectCreationWithoutTypeArgs.ts35 let x3 = new SS(); // OK variable
DindexSignaturesInferentialTyping.ts51 let x3 = bar({ zero: 0, one: 1 }); // type should be number variable
DassignmentCompatability9.ts26 …thOptional<T> { constructor(public one?: T) {} } let x3 = new classWithOptio… variable
DpromiseVoidErrorCallback.ts51 let x3 = f1() variable
DcontextualTypeWithUnionTypeCallSignatures.ts68 let x3: IWithCallSignatures | IWithCallSignatures3 = a => /*here a should be any*/ a.toString(); variable
DnoImplicitAnyDestructuringVarDeclaration2.ts127 let {x3 = <any>undefined, y3 = <any>null, z3 = <any>undefined} = { x3: 1, y3: 2, z3: 3 }; // no err… variable
DinferenceOptionalPropertiesToIndexSignatures.ts33 declare const x3: { a: string, b?: number }; constant
DintersectionOfUnionOfUnitTypes.ts34 let x3: ('a' | 'b' | 'c') & ('d' | 'e' | 'f'); // never variable
DinheritedOverloadedSpecializedSignatures.ts83 let x3: boolean = c('A2'); variable
DmappedTypes1.ts66 let x3 = f3(); variable
Des6ModuleEnumDeclaration.ts70 let x3 = m1.e3.a; variable
Des6ModuleConstEnumDeclaration.ts70 let x3 = m1.e3.a; variable
Des6ModuleConstEnumDeclaration2.ts70 let x3 = m1.e3.a; variable
DisomorphicMappedTypeInference.ts508 let x3 = f23({ foo: 42, bar: "hello" }); variable
DliteralTypes2.ts291 x3 = 3 + 4; property in C1
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/systemObjectShorthandRename/
Dindex.ts39 const x3 = x constant
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/mergedClassInterface/
Dfile1.ts46 x3: number; property
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-tuple-type5.ts19 var x3 : [a : boolean, ...b :string[], c : number]; variable

12