Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtailRecursiveConditionalTypes.ts47 type T40 = TupleOf<any, 200>;
DmappedTypes1.ts46 type T40 = { [P in string]: void }; alias
DmappedTypesArraysTuples.ts48 type T40 = Boxified<A | A[] | ReadonlyArray<A> | [A, B] | string | string[]>; alias