Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtailRecursiveConditionalTypes.ts40 type T30 = Reverse<[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6…
DmappedTypes1.ts36 type T30 = { [P in keyof any]: void }; alias
DmappedTypesArraysTuples.ts42 type T30 = Boxified<Partial<string[]>>; alias