Home
last modified time | relevance | path

Searched defs:T5 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_infer-type-with-extends2.ts18 type T5<T> = alias
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/06_type/
D01_type_01.ts100 export type T5 = { X1: T4 }; alias
122 let temp18: T4[keyof T5["X1"]] = 6; variable