Searched refs:R33 (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | variadicTuples1.ts | 295 type R33 = DropLast<readonly [number, symbol, ...string[]]>; alias
|
/third_party/typescript/tests/baselines/reference/ |
D | variadicTuples1.js | 293 type R33 = DropLast<readonly [number, symbol, ...string[]]>; 744 declare type R33 = DropLast<readonly [number, symbol, ...string[]]>;
|
D | variadicTuples1.symbols | 993 type R33 = DropLast<readonly [number, symbol, ...string[]]>; 994 >R33 : Symbol(R33, Decl(variadicTuples1.ts, 290, 39))
|
D | variadicTuples1.types | 986 type R33 = DropLast<readonly [number, symbol, ...string[]]>; 987 >R33 : [number, symbol, ...string[]]
|
D | variadicTuples1.errors.txt | 402 type R33 = DropLast<readonly [number, symbol, ...string[]]>;
|