/arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportDefaultBindingFollowedWithNamedImport/ |
D | es6ImportDefaultBindingFollowedWithNamedImport_1.ts | 23 let x1: number = a; variable 28 let x1: number = b; variable 33 let x1: number = x; variable 37 let x1: number = y; variable 42 let x1: number = z; variable 47 let x1: number = m; variable
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | instanceofOperatorWithLHSIsObject.ts | 23 let x1: any; variable 41 let r1 = a instanceof x1; variable 53 let r3 = c instanceof x1; variable 59 let r4 = d instanceof x1; variable
|
D | typeGuardOfFormTypeOfString.ts | 110 let x1: {} = numOrBool; // { variable 175 let x1: number | boolean = numOrBool; // number | boolean variable
|
D | strictModeEnumMemberNameReserved.ts | 28 const x1: E.static = E.static; constant
|
D | moduleIdentifiers.ts | 28 let x1 = M.a; variable
|
D | overloadOnConstInBaseWithBadImplementationInDerived.ts | 27 x1(a: number, callback: (x: 'hi') => number) { // error method in C
|
D | overloadOnConstInheritance4.ts | 26 x1(a: number, callback: (x: 'hi') => number); method in C
|
D | genericObjectCreationWithoutTypeArgs.ts | 25 let x1 = new SS<number>(); // OK variable
|
D | indexSignaturesInferentialTyping.ts | 31 let x1 = foo({ 0: 0, 1: 1 }); // type should be number variable
|
D | assignmentCompatability8.ts | 26 …WithPublic<T> { constructor(public one: T) {} } let x1 = new classWithPubli… variable
|
D | literalTypesAndTypeAssertions.ts | 41 let x1 = 1 as (0 | 1); variable
|
D | mappedTypes4.ts | 105 let x1: DeepReadonly<Foo>; variable 108 let x1: DeepReadonlyFoo; variable
|
D | es6ModuleEnumDeclaration.ts | 50 let x1 = e1.a; variable 66 let x1 = e1.a; variable
|
D | es6ModuleConstEnumDeclaration.ts | 50 let x1 = e1.a; variable 66 let x1 = e1.a; variable
|
D | es6ModuleConstEnumDeclaration2.ts | 50 let x1 = e1.a; variable 66 let x1 = e1.a; variable
|
D | noImplicitAnyDestructuringVarDeclaration2.ts | 97 let {x1 = 10, y1 = 10, z1 = 10} = { x1: 1, y1: 2, z1: 3 }; // no error variable
|
D | capturedLetConstInLoop9_ES6.ts | 178 let [{x1, y:z1}] = [{x1:1, y:arguments.length}]; variable
|
D | capturedLetConstInLoop9.ts | 178 let [{x1, y:z1}] = [{x1:1, y:arguments.length}]; variable
|
D | keyofAndForIn.ts | 37 let x1 = obj[k1]; variable
|
D | functionOverloads45.ts | 40 let x1 = foo1([{a: "str"}]); variable
|
D | functionOverloads44.ts | 40 let x1 = foo1([{a: "str"}]); variable
|
D | inferFromBindingPattern.ts | 25 let x1 = f1(); // string variable
|
D | constEnumToStringNoComments.ts | 35 let x1 = Foo["X"].toString(); variable
|
D | constEnumToStringWithComments.ts | 35 let x1 = Foo["X"].toString(); variable
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/moduleAugmentationCollidingNamesInAugmentation1/ |
D | map2.ts | 32 interface I {x1} property
|