/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | contextualTypeWithUnionTypeIndexSignatures.ts | 103 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
|
D | assignmentLHSIsReference.ts | 41 let x3: { a: string }; variable
|
D | compoundAssignmentLHSIsReference.ts | 51 let x3: { a: number }; variable
|
D | compoundExponentiationAssignmentLHSIsReference.ts | 41 let x3: { a: number }; variable
|
D | objectLiteralShorthandPropertiesES6.ts | 43 let x3 = { variable
|
D | objectLiteralShorthandProperties.ts | 43 let x3 = { variable
|
D | freshLiteralInference.ts | 69 let x3 = obj3.value; // before: string, after: "1" variable
|
D | genericObjectCreationWithoutTypeArgs.ts | 35 let x3 = new SS(); // OK variable
|
D | indexSignaturesInferentialTyping.ts | 51 let x3 = bar({ zero: 0, one: 1 }); // type should be number variable
|
D | assignmentCompatability9.ts | 26 …thOptional<T> { constructor(public one?: T) {} } let x3 = new classWithOptio… variable
|
D | promiseVoidErrorCallback.ts | 51 let x3 = f1() variable
|
D | contextualTypeWithUnionTypeCallSignatures.ts | 68 let x3: IWithCallSignatures | IWithCallSignatures3 = a => /*here a should be any*/ a.toString(); variable
|
D | noImplicitAnyDestructuringVarDeclaration2.ts | 127 let {x3 = <any>undefined, y3 = <any>null, z3 = <any>undefined} = { x3: 1, y3: 2, z3: 3 }; // no err… variable
|
D | inferenceOptionalPropertiesToIndexSignatures.ts | 33 declare const x3: { a: string, b?: number }; constant
|
D | intersectionOfUnionOfUnitTypes.ts | 34 let x3: ('a' | 'b' | 'c') & ('d' | 'e' | 'f'); // never variable
|
D | inheritedOverloadedSpecializedSignatures.ts | 83 let x3: boolean = c('A2'); variable
|
D | mappedTypes1.ts | 66 let x3 = f3(); variable
|
D | es6ModuleEnumDeclaration.ts | 70 let x3 = m1.e3.a; variable
|
D | es6ModuleConstEnumDeclaration.ts | 70 let x3 = m1.e3.a; variable
|
D | es6ModuleConstEnumDeclaration2.ts | 70 let x3 = m1.e3.a; variable
|
D | isomorphicMappedTypeInference.ts | 508 let x3 = f23({ foo: 42, bar: "hello" }); variable
|
D | literalTypes2.ts | 291 x3 = 3 + 4; property in C1
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/systemObjectShorthandRename/ |
D | index.ts | 39 const x3 = x constant
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/mergedClassInterface/ |
D | file1.ts | 46 x3: number; property
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-tuple-type5.ts | 19 var x3 : [a : boolean, ...b :string[], c : number]; variable
|