| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | typeParameterAssignability2.ts | 63 function foo6<T extends U, U, V>(t: T, u: U, v: V) { function
|
| D | genericCallWithObjectTypeArgsAndInitializers.ts | 8 function foo6<T, U extends T, V extends U>(x: T, y: U, z: V = y) { } // error function
|
| D | enumAssignabilityInInheritance.ts | 40 declare function foo6(x: E): E; function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | exhaustiveSwitchImplicitReturn.ts | 44 function foo6(bar: "a", a: boolean, b: boolean): number { function
|
| D | declFileTypeAnnotationBuiltInType.ts | 24 function foo6() { function
|
| D | capturedParametersInInitializers1.ts | 27 function foo6(y = () => (() => z)(), z = 1) { function
|
| D | declFileTypeAnnotationTypeReference.ts | 35 function foo6() { function
|
| D | declFileTypeAnnotationTypeQuery.ts | 35 function foo6() { function
|
| D | typeParameterConstraints1.ts | 6 function foo6<T extends hm>(test: T) { } function
|
| D | declFileTypeAnnotationArrayType.ts | 35 function foo6() { function
|
| /third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
| D | typeGuardsInRightOperandOfOrOrOperator.ts | 27 function foo6(x: number | string | boolean) { function
|
| D | typeGuardsInRightOperandOfAndAndOperator.ts | 26 function foo6(x: number | string | boolean) { function
|
| D | typeGuardsInIfStatement.ts | 49 function foo6(x: number | string) { function
|
| D | typeGuardsInConditionalExpression.ts | 33 function foo6(x: number | string) { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
| D | genericCallTypeArgumentInference.ts | 45 foo6<T, U>() { method in C 78 foo6<T, U>(): T; method
|
| D | genericCallWithOverloadedFunctionTypedArguments2.ts | 24 function foo6<T>(cb: { (x: T): string; (x: T, y?: T): string }) { function
|
| D | genericCallWithConstraintsTypeArgumentInference.ts | 58 foo6<T extends Derived, U extends Derived2>() { method in C 92 foo6<T extends Derived, U extends Derived2>(): T; method
|
| D | genericCallWithOverloadedConstructorTypedArguments2.ts | 26 function foo6<T>(cb: { new(x: T): string; new(x: T, y?: T): string }) { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/ |
| D | primtiveTypesAreIdentical.ts | 25 function foo6(x: E); function
|
| D | objectTypesIdentityWithPrivates2.ts | 33 function foo6(x: D<number>): number; function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | subtypesOfUnion.ts | 18 foo6: Date; // error property 39 foo6: Date; // error property
|
| /third_party/typescript/tests/baselines/reference/ |
| D | destructuringSameNames.js | 27 const { bar6: foo6, foo6 } = { foo6: 60, bar6: 660 }; property 56 var _v = { foo6: 60, bar6: 660 }, foo6 = _v.bar6, foo6 = _v.foo6; property
|
| D | typeGuardsInRightOperandOfOrOrOperator.js | 28 function foo6(x: number | string | boolean) { function
|
| D | typeGuardsInRightOperandOfAndAndOperator.js | 27 function foo6(x: number | string | boolean) { function
|
| D | constantEnumAssert.js | 38 const foo6 = { a: E4.a } as const variable 79 var foo6 = { a: 0 /* E4.a */ }; variable
|