Home
last modified time | relevance | path

Searched refs:T31 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtailRecursiveConditionalTypes.ts41 type T31 = Reverse<string[]>;
DmappedTypes1.ts37 type T31 = { [P in keyof string]: void }; alias
DmappedTypesArraysTuples.ts43 type T31 = Partial<Boxified<string[]>>; alias