| /third_party/typescript/tests/baselines/reference/ |
| D | mixingStaticAndInstanceOverloads.js | 30 foo5(a) { } method in C5 35 static foo5(a) { } method in C5 66 C5.prototype.foo5 = function (a) { }; method in C5 67 C5.foo5 = function (a) { }; function in C5
|
| D | propertySignatures.js | 18 var foo5: {();}; variable 36 var foo5; variable
|
| D | destructuringSameNames.js | 26 const { foo5, bar5: foo5 } = { foo5: 50, bar5: 550 }; property 55 var _u = { foo5: 50, bar5: 550 }, foo5 = _u.foo5, foo5 = _u.bar5; variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | mixingStaticAndInstanceOverloads.ts | 27 foo5(n: number); method in C5 32 static foo5(n: number); method in C5
|
| D | declFileTypeAnnotationVisibilityErrorAccessors.ts | 40 get foo5(): private1 { method in c 43 set foo5(param: private1) { method in c
|
| D | constraintErrors1.ts | 1 function foo5<T extends hm>(test: T) { } function
|
| D | exhaustiveSwitchImplicitReturn.ts | 37 function foo5(bar: "a" | "b"): number { function
|
| D | propertySignatures.ts | 17 var foo5: {();}; variable
|
| D | declFileTypeofFunction.ts | 29 function foo5(x: number) { function
|
| D | declFileTypeAnnotationBuiltInType.ts | 21 function foo5(): boolean { function
|
| D | capturedParametersInInitializers1.ts | 23 function foo5(y = (() => z)(), z = 1) { function
|
| D | declFileTypeAnnotationTypeReference.ts | 32 function foo5(): g<string> { function
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | jsdocParamTagTypeLiteral.ts | 73 function foo5(opts5) { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | typeParameterAssignability2.ts | 44 function foo5<V extends Date, U extends V, T extends U>(t: T, u: U, v: V) { function
|
| D | genericCallWithObjectTypeArgsAndInitializers.ts | 7 function foo5<T, U extends T>(x: U, y: T = x) { } // ok function
|
| /third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
| D | typeGuardsInRightOperandOfOrOrOperator.ts | 20 function foo5(x: number | string | boolean) { function
|
| D | typeGuardsInRightOperandOfAndAndOperator.ts | 19 function foo5(x: number | string | boolean) { function
|
| D | typeGuardsInFunctionAndModuleBlock.ts | 44 function foo5(x: number | string | boolean) { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/ |
| D | primtiveTypesAreIdentical.ts | 19 function foo5(x: 'a'); function
|
| D | objectTypesIdentityWithPrivates2.ts | 29 function foo5(x: C<number>): number; function
|
| D | objectTypesIdentityWithCallSignaturesDifferingParamCounts2.ts | 25 function foo5(x: I2<string>); function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
| D | genericCallTypeArgumentInference.ts | 41 foo5<T,U>(t: T, u: U) { method in C 77 foo5<T, U>(t: T, u: U): T; method
|
| D | genericCallWithOverloadedFunctionTypedArguments2.ts | 18 function foo5<T>(cb: { (x: T): string; (x: number): T }) { function
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | trait-object-delimiters.rs | 16 fn foo5(_: &(dyn Drop + dyn AsRef<str>)) {} //~ ERROR invalid `dyn` keyword in foo5() function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | subtypesOfUnion.ts | 17 foo5: E; // ok - subtype of number property 38 foo5: E; // ok property
|