| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | declarationEmitDestructuringObjectLiteralPattern2.ts | 61 let { a4, b4, c4 } = f15(); variable 69 export let { a4, b4, c4 } = f15(); variable
|
| D | nestedBlockScopedBindings1.ts | 78 function a4() { function
|
| D | nestedBlockScopedBindings3.ts | 120 function a4() { function
|
| D | parenthesisDoesNotBlockAliasSymbolCreation.ts | 51 export const a4 = null as { x : number } & InvalidKeys2<"a">; constant
|
| D | callSignatureAssignabilityInInheritance4.ts | 34 a4: <T,U>(x: T, y: U) => string; method 62 …a4: <T, U>(x: T, y: U) => string; // ok, instantiation of N is a subtype of M, T is string, U is n… method
|
| D | trailingCommasES3.ts | 64 let a4 = []; variable
|
| D | trailingCommasES5.ts | 64 let a4 = []; variable
|
| D | nestedBlockScopedBindings2.ts | 103 function a4() { function
|
| D | constructSignatureAssignabilityInInheritance4.ts | 34 a4: new <T, U>(x: T, y: U) => string; property 70 …a4: new <T, U>(x: T, y: U) => string; // ok, instantiation of N is a subtype of M, T is string, U … property
|
| D | subtypingWithConstructSignatures5.ts | 35 a4: new (x: string, y: number) => string; property 58 …a4: new <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is nu… property
|
| D | callSignatureAssignabilityInInheritance5.ts | 35 a4: (x: string, y: number) => string; property 58 … a4: <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is number method
|
| D | constructSignatureAssignabilityInInheritance5.ts | 35 a4: new (x: string, y: number) => string; property 58 …a4: new <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is nu… property
|
| D | nestedBlockScopedBindings5.ts | 151 function a4() { function
|
| D | constructSignatureAssignabilityInInheritance2.ts | 34 a4: new (x: string, y: number) => string; property 75 …a4: new <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is nu… property
|
| D | callSignatureAssignabilityInInheritance2.ts | 34 a4: (x: string, y: number) => string; property 75 … a4: <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is number method
|
| D | inferenceOptionalPropertiesToIndexSignatures.ts | 61 let a4 = foo(x4); // string | number variable
|
| D | nestedBlockScopedBindings6.ts | 137 function a4() { 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 | 90 let a4: { <T extends U, U extends Date>(): void variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-as-expression3.ts | 20 var a4 = [1 as const]; variable
|
| /arkcompiler/ets_runtime/test/typeinfer/module_test/module_member_initialization/ |
| D | export.ts | 26 a4 = (para1 : number, para2 : number) : number => {return para1 + para2}; property in foo2
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | memberExpTests.ts | 63 var a4: Interface6; variable
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 175 const a4 = new Uint32Array(1024); constant
|