Home
last modified time | relevance | path

Searched refs:TN2 (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DintrinsicTypes.js24 type TN2 = Uncapitalize<'Foo' | 'Bar'>; // "foo" | "bar"
96 declare type TN2 = Uncapitalize<'Foo' | 'Bar'>;
DintrinsicTypes.types59 type TN2 = Uncapitalize<'Foo' | 'Bar'>; // "foo" | "bar"
60 >TN2 : "foo" | "bar"
DintrinsicTypes.symbols78 type TN2 = Uncapitalize<'Foo' | 'Bar'>; // "foo" | "bar"
79 >TN2 : Symbol(TN2, Decl(intrinsicTypes.ts, 21, 33))
DintrinsicTypes.errors.txt44 type TN2 = Uncapitalize<'Foo' | 'Bar'>; // "foo" | "bar"
DvariadicTuples1.js12 type TN2 = TV1<[]>;
630 declare type TN2 = TV1<[]>;
DvariadicTuples1.symbols32 type TN2 = TV1<[]>;
33 >TN2 : Symbol(TN2, Decl(variadicTuples1.ts, 9, 34))
DvariadicTuples1.types21 type TN2 = TV1<[]>;
22 >TN2 : [string, number]
DvariadicTuples1.errors.txt60 type TN2 = TV1<[]>;
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DintrinsicTypes.ts26 type TN2 = Uncapitalize<'Foo' | 'Bar'>; // "foo" | "bar" alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts14 type TN2 = TV1<[]>; alias