Home
last modified time | relevance | path

Searched refs:T05 (Results 1 – 25 of 56) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DneverUnionIntersection.symbols14 type T05 = any | never;
15 >T05 : Symbol(T05, Decl(neverUnionIntersection.ts, 3, 35))
DkeyofIntersection.types22 type T05 = T02<A>; // "a" | "b"
23 >T05 : T05
DneverUnionIntersection.types14 type T05 = any | never;
15 >T05 : any
DgenericRestParameters2.js72 type T05<T extends any[]> = Parameters<(x: string, ...args: T) => void>;
73 type T06 = T05<[number, ...boolean[]]>;
152 declare type T05<T extends any[]> = Parameters<(x: string, ...args: T) => void>;
153 declare type T06 = T05<[number, ...boolean[]]>;
DmappedTypes4.types91 type T05 = Partial<"hello" | "world" | 42>;
92 >T05 : T05
DgenericRestParameters2.symbols272 type T05<T extends any[]> = Parameters<(x: string, ...args: T) => void>;
273 >T05 : Symbol(T05, Decl(genericRestParameters2.ts, 69, 88))
280 type T06 = T05<[number, ...boolean[]]>;
282 >T05 : Symbol(T05, Decl(genericRestParameters2.ts, 69, 88))
DkeyofIntersection.js9 type T05 = T02<A>; // "a" | "b"
45 declare type T05 = T02<A>;
DkeyofIntersection.symbols34 type T05 = T02<A>; // "a" | "b"
35 >T05 : Symbol(T05, Decl(keyofIntersection.ts, 6, 31))
DmappedTypes4.js33 type T05 = Partial<"hello" | "world" | 42>;
115 declare type T05 = Partial<"hello" | "world" | 42>;
DrestTupleElements1.types17 type T05 = [...[...[...string[]]]];
18 >T05 : T05
DrestTupleElements1.js7 type T05 = [...[...[...string[]]]];
107 declare type T05 = [...[...[...string[]]]];
DneverUnionIntersection.js6 type T05 = any | never;
DrestTupleElements1.symbols17 type T05 = [...[...[...string[]]]];
18 >T05 : Symbol(T05, Decl(restTupleElements1.ts, 4, 30))
DmappedTypes4.symbols108 type T05 = Partial<"hello" | "world" | 42>;
109 >T05 : Symbol(T05, Decl(mappedTypes4.ts, 30, 73))
DmappedTypes6.types17 type T05<T> = { readonly [P in keyof T]?: T[P] };
18 >T05 : T05<T>
DmappedTypes6.js8 type T05<T> = { readonly [P in keyof T]?: T[P] };
216 declare type T05<T> = {
DgenericRestParameters2.types439 type T05<T extends any[]> = Parameters<(x: string, ...args: T) => void>;
440 >T05 : [x: string, ...args: T]
444 type T06 = T05<[number, ...boolean[]]>;
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts74 type T05<T extends any[]> = Parameters<(x: string, ...args: T) => void>; alias
75 type T06 = T05<[number, ...boolean[]]>;
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts7 type T05 = any | never; alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofIntersection.ts11 type T05 = T02<A>; // "a" | "b" alias
DkeyofAndIndexedAccessErrors.ts16 type T05 = keyof keyof keyof keyof keyof Object; alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts9 type T05 = [...[...[...string[]]]]; alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes4.ts35 type T05 = Partial<"hello" | "world" | 42>; alias
DmappedTypes6.ts10 type T05<T> = { readonly [P in keyof T]?: T[P] }; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts10 type T05 = unknown & unknown; // unknown alias

123