| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts | 55 type b3 = (name: string, mixed: any, ...args: any[]) => any alias 57 type test3 = a3 extends b3 ? "y" : "n" alias
|
| D | inheritanceOfGenericConstructorMethod1.ts | 38 let b3 = new B<Date>(); // error, could not select overload for 'new' expression variable
|
| D | collisionSuperAndPropertyNameAsConstuctorParameter.ts | 40 class b3 extends a { class
|
| D | literalTypesAndDestructuring.ts | 59 let b3 = x.a ?? 2; variable
|
| D | functionExpressionContextualTyping1.ts | 122 let b3: (name: string, num: number, boo: boolean) => void; variable
|
| D | escapedReservedCompilerNamedIdentifier.ts | 85 let b3 = o3["___proto__"]; variable
|
| D | operatorsAndIntersectionTypes.ts | 125 const b3 = serialNo === 0; constant
|
| D | optionalChainingInference.ts | 62 const b3: { value: number | undefined } = { value: su?.length }; constant
|
| D | bestCommonTypeWithOptionalProperties.ts | 49 let b3 = [y, x, z]; variable
|
| D | readonlyInDeclarationFile.ts | 41 public get b3() { method in C
|
| D | comparisonOperatorWithSubtypeObjectOnIndexSignature.ts | 49 let b3: { [index: number]: string }; variable
|
| D | comparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.ts | 51 let b3: { new (x: string, y: number): string }; variable
|
| D | comparisonOperatorWithNoRelationshipObjectsOnInstantiatedConstructorSignature.ts | 52 let b3: { new (x?: string): number }; variable
|
| D | comparisonOperatorWithNoRelationshipObjectsOnInstantiatedCallSignature.ts | 57 let b3: { fn(x?: string): number }; variable
|
| D | comparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.ts | 56 let b3: { fn(x: string, y: number): string }; variable
|
| D | comparisonOperatorWithIdenticalObjects.ts | 90 let b3: B3; variable
|
| D | comparisonOperatorWithSubtypeObjectOnConstructorSignature.ts | 50 let b3: { new (a: number): Base }; variable
|
| D | comparisonOperatorWithSubtypeObjectOnCallSignature.ts | 55 let b3: { fn(a: number): void }; variable
|