Home
last modified time | relevance | path

Searched defs:T4 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/test/
Ddelete_operator.ts40 type T4 = { alias
Dunique_names.ts189 type T4 = T2; alias
190 namespace T4 {} namespace
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Ddelete_operator.ts40 type T4 = { alias
Dunique_names.ts189 type T4 = T2; alias
190 namespace T4 {} namespace
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/type_alias/
Dtype_alias.ts41 type T4 = (a:number) => number; alias
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_infer-type-with-extends1.ts46 type T4<T extends new (...args: any[]) => any> = alias