Home
last modified time | relevance | path

Searched refs:T12 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinterfaceExtendsObjectIntersection.ts56 type T12 = typeof EX; alias
61 interface I12 extends T12 { x: string }
DneverUnionIntersection.ts33 type T12 = { a: string } & never; alias
DmappedTypes1.ts30 type T12 = { readonly [P in keyof Item]: Item[P] }; alias
DmappedTypes4.ts87 type T12 = BoxifiedWithSentinel<string, undefined>; alias
DmappedTypesArraysTuples.ts30 type T12 = Required<string[]>; alias
DgenericRestParameters2.ts449 type T12 = P1<(x: number, y: number) => void>; alias
/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/
Dpredefined_types.ts38 type T12 = ReturnType<(<T>() => T)>; // {} alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/
Dmain.ts79 interface T12 { interface
159 let t12: T12;