| /third_party/typescript/tests/cases/compiler/ |
| D | noImplicitAnyParametersInInterface.ts | 31 f8(x1, y1: number): any; method 32 f8(x2: string, y2): any; method 33 f8(x3, y3): any; method
|
| D | unusedParametersWithUnderscore.ts | 25 var f8 = function (_) { }; variable
|
| D | controlFlowArrayErrors.ts | 61 function f8() { function
|
| D | reachabilityChecks6.ts | 82 function f8(x) { function
|
| D | reachabilityChecks5.ts | 82 function f8(x): number { function
|
| D | noImplicitAnyParametersInBareFunctions.ts | 25 function f8(x1, y1: number): any; function
|
| D | tryCatchFinallyControlFlow.ts | 111 function f8() { function
|
| D | controlFlowArrays.ts | 76 function f8() { function
|
| D | controlFlowNoImplicitAny.ts | 91 function f8() { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/ |
| D | functionWithMultipleReturnStatements.ts | 58 function f8<T extends U, U extends V, V>(x: T, y: U) { function
|
| /third_party/typescript/tests/cases/conformance/types/literal/ |
| D | literalTypes3.ts | 54 function f8(x: number | "foo" | "bar") { function
|
| D | numericLiteralTypes3.ts | 91 function f8(x: 0 | 2 | 4) { function
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowTruthiness.ts | 81 function f8<T>(x: T) { function
|
| D | controlFlowOptionalChain2.ts | 99 function f8(x: X | N | null) { function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | controlFlowArrayErrors.js | 60 function f8() { function
|
| D | controlFlowNoImplicitAny.js | 89 function f8() { function
|
| D | callSignaturesWithDuplicateParameters.js | 14 var f8 = <T>(x: T, y: T) => { } variable 52 var f8 = function (x, y) { }; function
|
| D | callSignaturesWithAccessibilityModifiersOnParameters.js | 14 var f8 = <T>(private x: T, public y: T) => { } variable 52 var f8 = function (x, y) { }; function
|
| D | literalTypes3.js | 53 function f8(x: number | "foo" | "bar") { function
|
| /third_party/typescript/tests/cases/conformance/functions/ |
| D | parameterInitializersForwardReferencing1.ts | 37 function f8(foo1: string, bar = foo1) { } function
|
| D | parameterInitializersForwardReferencing1_es6.ts | 39 function f8(foo1: string, bar = foo1) { } function
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript2018/forAwait/ |
| D | parser.forAwait.es2018.ts | 35 async function f8() { function
|
| /third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/callSignatures/ |
| D | callSignaturesWithAccessibilityModifiersOnParameters.ts | 13 var f8 = <T>(private x: T, public y: T) => { } variable
|
| D | callSignaturesWithDuplicateParameters.ts | 13 var f8 = <T>(x: T, y: T) => { } variable
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | declarationsAndAssignments.ts | 61 function f8() { function
|