Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DaliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts55 type b3 = (name: string, mixed: any, ...args: any[]) => any alias
57 type test3 = a3 extends b3 ? "y" : "n" alias
DinheritanceOfGenericConstructorMethod1.ts38 let b3 = new B<Date>(); // error, could not select overload for 'new' expression variable
DcollisionSuperAndPropertyNameAsConstuctorParameter.ts40 class b3 extends a { class
DliteralTypesAndDestructuring.ts59 let b3 = x.a ?? 2; variable
DfunctionExpressionContextualTyping1.ts122 let b3: (name: string, num: number, boo: boolean) => void; variable
DescapedReservedCompilerNamedIdentifier.ts85 let b3 = o3["___proto__"]; variable
DoperatorsAndIntersectionTypes.ts125 const b3 = serialNo === 0; constant
DoptionalChainingInference.ts62 const b3: { value: number | undefined } = { value: su?.length }; constant
DbestCommonTypeWithOptionalProperties.ts49 let b3 = [y, x, z]; variable
DreadonlyInDeclarationFile.ts41 public get b3() { method in C
DcomparisonOperatorWithSubtypeObjectOnIndexSignature.ts49 let b3: { [index: number]: string }; variable
DcomparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.ts51 let b3: { new (x: string, y: number): string }; variable
DcomparisonOperatorWithNoRelationshipObjectsOnInstantiatedConstructorSignature.ts52 let b3: { new (x?: string): number }; variable
DcomparisonOperatorWithNoRelationshipObjectsOnInstantiatedCallSignature.ts57 let b3: { fn(x?: string): number }; variable
DcomparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.ts56 let b3: { fn(x: string, y: number): string }; variable
DcomparisonOperatorWithIdenticalObjects.ts90 let b3: B3; variable
DcomparisonOperatorWithSubtypeObjectOnConstructorSignature.ts50 let b3: { new (a: number): Base }; variable
DcomparisonOperatorWithSubtypeObjectOnCallSignature.ts55 let b3: { fn(a: number): void }; variable