| /third_party/rust/rust/tests/ui/lint/ |
| D | lint-non-camel-case-types.rs | 25 trait foo6 { //~ ERROR trait `foo6` should have an upper camel case name interface
|
| /third_party/typescript/tests/baselines/reference/ |
| D | destructuringSameNames.js | 27 const { bar6: foo6, foo6 } = { foo6: 60, bar6: 660 }; constant 56 var _v = { foo6: 60, bar6: 660 }, foo6 = _v.bar6, foo6 = _v.foo6; variable
|
| D | typeGuardsInRightOperandOfOrOrOperator.js | 28 function foo6(x: number | string | boolean) { function
|
| D | typeGuardsInRightOperandOfAndAndOperator.js | 27 function foo6(x: number | string | boolean) { 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/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
|
| /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 | typeGuardsInConditionalExpression.ts | 33 function foo6(x: number | string) { function
|
| D | typeGuardsInIfStatement.ts | 49 function foo6(x: number | 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/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 | genericCallWithOverloadedConstructorTypedArguments2.ts | 26 function foo6<T>(cb: { new(x: T): string; new(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
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | subtypesOfUnion.ts | 18 foo6: Date; // error property 39 foo6: Date; // error property
|
| /third_party/rust/rust/tests/ui/macros/ |
| D | issue-57597.rs | 32 macro_rules! foo6 { macro
|