Home
last modified time | relevance | path

Searched refs:TV0 (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts6 type TV0<T extends unknown[]> = [string, ...T]; alias
/third_party/typescript/tests/baselines/reference/
DvariadicTuples1.js4 type TV0<T extends unknown[]> = [string, ...T];
625 declare type TV0<T extends unknown[]> = [string, ...T];
DvariadicTuples1.symbols4 type TV0<T extends unknown[]> = [string, ...T];
5 >TV0 : Symbol(TV0, Decl(variadicTuples1.ts, 0, 0))
DvariadicTuples1.types4 type TV0<T extends unknown[]> = [string, ...T];
5 >TV0 : [string, ...T]
DvariadicTuples1.errors.txt52 type TV0<T extends unknown[]> = [string, ...T];