Home
last modified time | relevance | path

Searched defs:T1 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/
Dmodule.ts39 export declare class T1 implements T2 { class
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeferredLookupTypeResolution.ts32 type T1 = ObjectHasKey<{ a: string }, 'a'>; // 'true' alias
DrestParameterAssignmentCompatibility.ts46 class T1 { class
DmappedTypeAndIndexSignatureRelation.ts24 type T1<T extends Record<PropertyKey, number>> = T; alias
DcircularTypeAliasForUnionWithInterface.ts32 type T1 = string | I1; alias
DnumericEnumMappedType.ts80 type T1 = { [K in N1 | N2]: K }; alias
DinferenceErasedSignatures.ts73 type T1 = GetT1<InheritedType>; // number alias
DmappedTypesArraysTuples.ts195 type T1 = Unconstrained<[string, number, boolean]>; // string | number | boolean alias