Home
last modified time | relevance | path

Searched defs:foo6 (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/rust/rust/tests/ui/lint/
Dlint-non-camel-case-types.rs25 trait foo6 { //~ ERROR trait `foo6` should have an upper camel case name interface
/third_party/typescript/tests/baselines/reference/
DdestructuringSameNames.js27 const { bar6: foo6, foo6 } = { foo6: 60, bar6: 660 }; constant
56 var _v = { foo6: 60, bar6: 660 }, foo6 = _v.bar6, foo6 = _v.foo6; variable
DtypeGuardsInRightOperandOfOrOrOperator.js28 function foo6(x: number | string | boolean) { function
DtypeGuardsInRightOperandOfAndAndOperator.js27 function foo6(x: number | string | boolean) { function
/third_party/typescript/tests/cases/compiler/
DexhaustiveSwitchImplicitReturn.ts44 function foo6(bar: "a", a: boolean, b: boolean): number { function
DdeclFileTypeAnnotationBuiltInType.ts24 function foo6() { function
DcapturedParametersInInitializers1.ts27 function foo6(y = () => (() => z)(), z = 1) { function
DdeclFileTypeAnnotationTypeReference.ts35 function foo6() { function
DdeclFileTypeAnnotationTypeQuery.ts35 function foo6() { function
DtypeParameterConstraints1.ts6 function foo6<T extends hm>(test: T) { } function
DdeclFileTypeAnnotationArrayType.ts35 function foo6() { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DtypeParameterAssignability2.ts63 function foo6<T extends U, U, V>(t: T, u: U, v: V) { function
DgenericCallWithObjectTypeArgsAndInitializers.ts8 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/
DtypeGuardsInRightOperandOfOrOrOperator.ts27 function foo6(x: number | string | boolean) { function
DtypeGuardsInRightOperandOfAndAndOperator.ts26 function foo6(x: number | string | boolean) { function
DtypeGuardsInConditionalExpression.ts33 function foo6(x: number | string) { function
DtypeGuardsInIfStatement.ts49 function foo6(x: number | string) { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/
DprimtiveTypesAreIdentical.ts25 function foo6(x: E); function
DobjectTypesIdentityWithPrivates2.ts33 function foo6(x: D<number>): number; function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallTypeArgumentInference.ts45 foo6<T, U>() { method in C
78 foo6<T, U>(): T; method
DgenericCallWithOverloadedFunctionTypedArguments2.ts24 function foo6<T>(cb: { (x: T): string; (x: T, y?: T): string }) { function
DgenericCallWithOverloadedConstructorTypedArguments2.ts26 function foo6<T>(cb: { new(x: T): string; new(x: T, y?: T): string }) { function
DgenericCallWithConstraintsTypeArgumentInference.ts58 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/
DsubtypesOfUnion.ts18 foo6: Date; // error property
39 foo6: Date; // error property
/third_party/rust/rust/tests/ui/macros/
Dissue-57597.rs32 macro_rules! foo6 { macro

12345