Home
last modified time | relevance | path

Searched defs:T4 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcircularTypeAliasForUnionWithClass.ts40 type T4 = string | I4; alias
DnonNullableAndObjectIntersectionsstricttrue.ts28 type T4 = null & undefined; alias
DnonNullableAndObjectIntersectionsstrictfalse.ts28 type T4 = null & undefined; alias
DcircularTypeAliasForUnionWithInterface.ts56 type T4 = string | I4; alias
DenumConstantMemberWithStringEmitDeclaration.ts38 enum T4 { enum
DenumConstantMemberWithTemplateLiteralsEmitDeclaration.ts36 enum T4 { enum
DinterfaceExtendsObjectIntersection.ts25 type T4 = new () => { a: number }; alias
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/type_alias/
Dtype_alias.ts41 type T4 = (a:number) => number; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/
Dmain.ts29 export interface T4 { interface