/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | contextualTypeWithUnionTypeIndexSignatures.ts | 125 let x4: IWithNumberIndexSignature1 | IWithNumberIndexSignature2 = { 1: a => a.toString() }; // a sh… variable 134 let x4: IWithNumberIndexSignature1 | IWithNumberIndexSignature2 = { 1: a => a }; // a should be num… variable
|
D | genericObjectCreationWithoutTypeArgs.ts | 40 let x4 = new SS; // OK variable
|
D | assignmentCompatability10.ts | 26 …icAndOptional<T,U> { constructor(public one: T, public two?: U) {} } let x4 = new classWithPubli… variable
|
D | es6ModuleInternalImport.ts | 43 let x4 = m1.a3 + m2.a3; variable
|
D | contextualTypeWithUnionTypeCallSignatures.ts | 76 let x4: IWithCallSignatures | IWithCallSignatures4 = a => /*here a should be any*/ a.toString(); variable
|
D | noImplicitAnyDestructuringVarDeclaration2.ts | 145 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error variable
|
D | inferenceOptionalPropertiesToIndexSignatures.ts | 38 declare const x4: { a: string, b?: number | undefined }; constant
|
D | intersectionOfUnionOfUnitTypes.ts | 37 let x4: ('a' | 'b' | 'c') & ('b' | 'c' | 'd') & ('c' | 'd' | 'e'); // 'c' variable
|
D | inheritedOverloadedSpecializedSignatures.ts | 89 let x4: string = c('A1'); variable
|
D | mappedTypes1.ts | 71 let x4 = f4(); variable
|
D | isomorphicMappedTypeInference.ts | 518 let x4 = f24({ foo: 42, bar: "hello" }); variable
|
D | literalTypes2.ts | 292 x4 = "abc"; property in C1
|
D | generatedContextualTyping.ts | 60 let x4: { (): Base[]; } = () => [d1, d2]; variable
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/mergedClassInterface/ |
D | file1.ts | 50 x4: number; property
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-tuple-type5.ts | 20 var x4 : [string, number?]; variable
|
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/ |
D | dictionary_mode.ts | 25 x4: number; property in C
|