Home
last modified time | relevance | path

Searched refs:T06 (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DneverUnionIntersection.symbols17 type T06 = any & never;
18 >T06 : Symbol(T06, Decl(neverUnionIntersection.ts, 4, 23))
DkeyofIntersection.types25 type T06 = T03<B>; // "a" | "b"
26 >T06 : T06
DneverUnionIntersection.types17 type T06 = any & never;
18 >T06 : never
DkeyofIntersection.js10 type T06 = T03<B>; // "a" | "b"
46 declare type T06 = T03<B>;
DkeyofIntersection.symbols39 type T06 = T03<B>; // "a" | "b"
40 >T06 : Symbol(T06, Decl(keyofIntersection.ts, 7, 18))
DneverUnionIntersection.js7 type T06 = any & never;
DrestTupleElements1.types20 type T06 = [string, ...string[]];
21 >T06 : T06
DrestTupleElements1.js8 type T06 = [string, ...string[]];
108 declare type T06 = [string, ...string[]];
DrestTupleElements1.symbols20 type T06 = [string, ...string[]];
21 >T06 : Symbol(T06, Decl(restTupleElements1.ts, 5, 35))
DgenericRestParameters2.js73 type T06 = T05<[number, ...boolean[]]>;
153 declare type T06 = T05<[number, ...boolean[]]>;
DmappedTypes6.types20 type T06<T> = { readonly [P in keyof T]+?: T[P] };
21 >T06 : T06<T>
DmappedTypes6.js9 type T06<T> = { readonly [P in keyof T]+?: T[P] };
219 declare type T06<T> = {
DgenericRestParameters2.symbols280 type T06 = T05<[number, ...boolean[]]>;
281 >T06 : Symbol(T06, Decl(genericRestParameters2.ts, 70, 72))
DunknownType1.symbols22 type T06 = unknown & any; // any
23 >T06 : Symbol(T06, Decl(unknownType1.ts, 7, 29))
DunknownType1.types24 type T06 = unknown & any; // any
25 >T06 : any
DgenericRestParameters1.js133 type T06<T> = ConstructorParameters<new (...args: []) => void>;
338 declare type T06<T> = ConstructorParameters<new (...args: []) => void>;
DunknownType1.js10 type T06 = unknown & any; // any
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts8 type T06 = any & never; alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofIntersection.ts12 type T06 = T03<B>; // "a" | "b" alias
DkeyofAndIndexedAccessErrors.ts17 type T06 = keyof keyof keyof keyof keyof keyof Object; alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts10 type T06 = [string, ...string[]]; alias
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts75 type T06 = T05<[number, ...boolean[]]>; alias
DgenericRestParameters1.ts135 type T06<T> = ConstructorParameters<new (...args: []) => void>;
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts11 type T06 = unknown & any; // any alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes6.ts11 type T06<T> = { readonly [P in keyof T]+?: T[P] }; alias

12