Home
last modified time | relevance | path

Searched defs:x4 (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcontextualTypeWithUnionTypeIndexSignatures.ts125 let x4: IWithNumberIndexSignature1 | IWithNumberIndexSignature2 = { 1: a => a.toString() }; // a sh… variable
134 let x4: IWithNumberIndexSignature1 | IWithNumberIndexSignature2 = { 1: a => a }; // a should be num… variable
DgenericObjectCreationWithoutTypeArgs.ts40 let x4 = new SS; // OK variable
DassignmentCompatability10.ts26 …icAndOptional<T,U> { constructor(public one: T, public two?: U) {} } let x4 = new classWithPubli… variable
Des6ModuleInternalImport.ts43 let x4 = m1.a3 + m2.a3; variable
DcontextualTypeWithUnionTypeCallSignatures.ts76 let x4: IWithCallSignatures | IWithCallSignatures4 = a => /*here a should be any*/ a.toString(); variable
DnoImplicitAnyDestructuringVarDeclaration2.ts145 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error variable
DinferenceOptionalPropertiesToIndexSignatures.ts38 declare const x4: { a: string, b?: number | undefined }; constant
DintersectionOfUnionOfUnitTypes.ts37 let x4: ('a' | 'b' | 'c') & ('b' | 'c' | 'd') & ('c' | 'd' | 'e'); // 'c' variable
DinheritedOverloadedSpecializedSignatures.ts89 let x4: string = c('A1'); variable
DmappedTypes1.ts71 let x4 = f4(); variable
DisomorphicMappedTypeInference.ts518 let x4 = f24({ foo: 42, bar: "hello" }); variable
DliteralTypes2.ts292 x4 = "abc"; property in C1
DgeneratedContextualTyping.ts60 let x4: { (): Base[]; } = () => [d1, d2]; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/mergedClassInterface/
Dfile1.ts50 x4: number; property
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-tuple-type5.ts20 var x4 : [string, number?]; variable
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts25 x4: number; property in C