| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-as-expression3.ts | 21 var a5 = <const> 1; variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | nestedBlockScopedBindings3.ts | 152 function a5() { function
|
| D | callSignatureAssignabilityInInheritance4.ts | 35 a5: <T,U>(x: (arg: T) => U) => T; method 63 a5: <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be made method
|
| D | trailingCommasES3.ts | 68 let a5 = [1, , ]; variable
|
| D | trailingCommasES5.ts | 68 let a5 = [1, , ]; variable
|
| D | nestedBlockScopedBindings2.ts | 126 function a5() { function
|
| D | constructSignatureAssignabilityInInheritance4.ts | 35 a5: new <T, U>(x: (arg: T) => U) => T; property 71 …a5: new <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be ma… property
|
| D | subtypingWithConstructSignatures5.ts | 36 a5: new (x: (arg: string) => number) => string; property 59 …a5: new <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be ma… property
|
| D | callSignatureAssignabilityInInheritance5.ts | 36 a5: (x: (arg: string) => number) => string; property 59 a5: <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be made method
|
| D | constructSignatureAssignabilityInInheritance5.ts | 36 a5: new (x: (arg: string) => number) => string; property 59 …a5: new <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be ma… property
|
| D | nestedBlockScopedBindings5.ts | 192 function a5() { function
|
| D | constructSignatureAssignabilityInInheritance2.ts | 35 a5: new (x: (arg: string) => number) => string; property 76 …a5: new <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be ma… property
|
| D | callSignatureAssignabilityInInheritance2.ts | 35 a5: (x: (arg: string) => number) => string; property 76 a5: <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be made method
|
| D | nestedBlockScopedBindings6.ts | 168 function a5() { function
|
| D | destructuringVariableDeclaration1ES5.ts | 43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
|
| D | destructuringVariableDeclaration1ES6.ts | 43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
|
| D | destructuringVariableDeclaration1ES5iterable.ts | 43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
|
| D | typeParameterUsedAsConstraint.ts | 94 let a5: { <T extends U, U extends V, V>(): void variable
|
| D | comparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.ts | 64 let a5: { new <T>(...x: T[]): T }; variable
|
| D | comparisonOperatorWithNoRelationshipObjectsOnInstantiatedConstructorSignature.ts | 64 let a5: { new <T>(x: T, y: T): T }; variable
|
| D | comparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.ts | 72 let a5: { fn<T>(...x: T[]): T }; variable
|
| D | comparisonOperatorWithNoRelationshipObjectsOnInstantiatedCallSignature.ts | 72 let a5: { fn<T>(x: T, y: T): T }; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | memberExpTest_3.ts | 26 var a5: c; variable
|
| D | memberExpTests.ts | 76 var a5: Interface8; variable
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 184 const a5 = new Uint8ClampedArray(new ArrayBuffer(1283053413), 9007199254740991); constant
|