| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | literalTypes1.ts | 156 function f5(x: string | number | boolean) { function
|
| D | functionReturn.ts | 37 function f5(): string { function
|
| D | declFileRestParametersOfFunctionAndFunctionType.ts | 25 function f5<T extends { (...args): void }>() { } function
|
| D | collisionRestParameterFunction.ts | 57 declare function f5(_i: number, ...rest); // no codegen no error function
|
| D | functionWithMultipleReturnStatements.ts | 84 function f5() { function
|
| D | controlFlowDestructuringDeclaration.ts | 124 function f5() { function
|
| D | literalTypes3.ts | 102 function f5(x: number, y: 1 | 2) { function
|
| D | unionTypeCallSignatures3.ts | 25 function f5(s?: string, n?: number) { } function
|
| D | controlFlowTruthiness.ts | 103 function f5() { function
|
| D | mixinClassesMembers.ts | 182 function f5() { method in M1
|
| D | destructuringWithLiteralInitializers.ts | 96 function f5({ x, y = 0 } = { x: 0 }) { } function
|
| D | functionWithMultipleReturnStatements2.ts | 73 function f5() { function
|
| D | controlFlowOptionalChain2.ts | 132 function f5(x: X | U | undefined) { function
|
| D | constLocalsInFunctionExpressions.ts | 103 function f5() { function
|
| D | typeGuardOfFormTypeOfFunction.ts | 69 function f5(x: { s: string }) { function
|
| D | typeGuardsAsAssertions.ts | 234 function f5(x: string | number) { function
|
| D | controlFlowJavascript.ts | 106 function f5() { function
|
| D | controlFlowArrays.ts | 120 function f5() { function
|
| D | typeVariableTypeGuards.ts | 153 function f5<T, K extends keyof T>(obj: T | undefined, key: K) { function
|
| D | asyncAwait_es5.ts | 42 let f5 = async function(): Promise<void> { variable
|
| D | asyncAwait_es2017.ts | 42 let f5 = async function(): Promise<void> { variable
|
| D | asyncAwait_es6.ts | 42 let f5 = async function(): Promise<void> { variable
|
| D | literalTypes2.ts | 345 function f5() { function 476 const f5 = (): "foo" => "foo"; constant
|
| D | mappedTypes2.ts | 182 function f5(shape: Shape) { function
|
| D | implicitIndexSignatures.ts | 201 function f5() { function
|