Home
last modified time | relevance | path

Searched refs:T00 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/
Dpredefined_types.ts18 type T00 = Exclude<'a' | 'b' | 'c' | 'd', 'a' | 'c' | 'f'>; // 'b' | 'd' alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypes1.ts23 type T00 = { [P in "x" | "y"]: number }; alias
DmappedTypes4.ts74 type T00 = Partial<A | B | C>; alias
DmappedTypesArraysTuples.ts24 type T00 = Boxified<[number, string?, ...boolean[]]>; alias