Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstrictOptionalProperties2.ts25 type T2 = [(string | undefined)?] extends [string?] ? true : false; // false alias
DdeferredLookupTypeResolution.ts33 type T2 = ObjectHasKey<{ a: string }, 'b'>; // 'false' alias
DpromiseVoidErrorCallback.ts25 interface T2 { interface
DsubtypingWithObjectMembersOptionality.ts43 interface T2 { interface
87 interface T2 { interface
DmappedTypeAndIndexSignatureRelation.ts25 type T2<U extends Record<PropertyKey, number>> = T1<Same<U>>; alias
DcircularTypeAliasForUnionWithInterface.ts40 type T2 = string | I2; alias
DenumConstantMemberWithStringEmitDeclaration.ts28 enum T2 { enum
DassignmentCompatWithObjectMembers.ts73 interface T2 { foo: T2; } interface
DsubtypingWithObjectMembersOptionality4.ts34 interface T2 { interface
DsubtypingWithObjectMembersOptionality3.ts34 interface T2 { interface
DassignmentCompatWithObjectMembersNumericNames.ts33 interface T2 { 1.0: string; baz?: string } interface
DinferenceErasedSignatures.ts74 type T2 = GetT1<StructuralVersion>; // number alias
DenumConstantMemberWithTemplateLiteralsEmitDeclaration.ts26 enum T2 { enum
DassignmentCompatWithObjectMembers3.ts33 interface T2 { foo: string; baz?: string } interface
DassignmentCompatWithObjectMembers2.ts33 interface T2 { foo: string; baz?: string } interface
DmappedTypesArraysTuples.ts198 type T2 = Constrained<[string, number, boolean]>; // string | number | boolean alias
DinterfaceExtendsObjectIntersection.ts23 type T2 = T1 & { b: number }; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/
Dmodule.ts44 export declare class T2 extends T1 { class
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/type_alias/
Dtype_alias.ts26 type T2 = Test; alias