Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts295 type R33 = DropLast<readonly [number, symbol, ...string[]]>; alias
/third_party/typescript/tests/baselines/reference/
DvariadicTuples1.js293 type R33 = DropLast<readonly [number, symbol, ...string[]]>;
744 declare type R33 = DropLast<readonly [number, symbol, ...string[]]>;
DvariadicTuples1.symbols993 type R33 = DropLast<readonly [number, symbol, ...string[]]>;
994 >R33 : Symbol(R33, Decl(variadicTuples1.ts, 290, 39))
DvariadicTuples1.types986 type R33 = DropLast<readonly [number, symbol, ...string[]]>;
987 >R33 : [number, symbol, ...string[]]
DvariadicTuples1.errors.txt402 type R33 = DropLast<readonly [number, symbol, ...string[]]>;