Home
last modified time | relevance | path

Searched refs:T52 (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts91 type T52 = T50<unknown>; // {} alias
/third_party/typescript/tests/baselines/reference/
DmappedTypesArraysTuples.js35 type T52 = Partial<Readonly<string[]>>;
163 type T52 = Partial<Readonly<string[]>>;
DmappedTypesArraysTuples.types80 type T52 = Partial<Readonly<string[]>>;
81 >T52 : readonly (string | undefined)[]
DunknownType1.symbols222 type T52 = T50<unknown>; // {}
223 >T52 : Symbol(T52, Decl(unknownType1.ts, 87, 20))
DunknownType1.types239 type T52 = T50<unknown>; // {}
240 >T52 : T50<unknown>
DmappedTypesArraysTuples.symbols127 type T52 = Partial<Readonly<string[]>>;
128 >T52 : Symbol(T52, Decl(mappedTypesArraysTuples.ts, 32, 38))
DunknownType1.js90 type T52 = T50<unknown>; // {}
DkeyofAndIndexedAccessErrors.js46 type T52 = any[string];
DkeyofAndIndexedAccessErrors.symbols139 type T52 = any[string];
140 >T52 : Symbol(T52, Decl(keyofAndIndexedAccessErrors.ts, 43, 23))
DinferTypes1.types233 type T52 = X3<{ a: (x: string) => void, b: (x: string) => void }>; // string
234 >T52 : string
DkeyofAndIndexedAccessErrors.types113 type T52 = any[string];
114 >T52 : any
DinferTypes1.js79 type T52 = X3<{ a: (x: string) => void, b: (x: string) => void }>; // string
DconditionalTypes1.js214 type T52 = IsNever<any>; // false
628 type T52 = IsNever<any>;
DinferTypes1.symbols325 type T52 = X3<{ a: (x: string) => void, b: (x: string) => void }>; // string
326 >T52 : Symbol(T52, Decl(inferTypes1.ts, 76, 42))
DunknownType1.errors.txt144 type T52 = T50<unknown>; // {}
DconditionalTypes1.types668 type T52 = IsNever<any>; // false
669 >T52 : false
DinferTypes1.errors.txt116 type T52 = X3<{ a: (x: string) => void, b: (x: string) => void }>; // string
DconditionalTypes1.symbols818 type T52 = IsNever<any>; // false
819 >T52 : Symbol(T52, Decl(conditionalTypes1.ts, 211, 27))
DkeyofAndIndexedAccessErrors.errors.txt150 type T52 = any[string];
DconditionalTypes1.errors.txt366 type T52 = IsNever<any>; // false
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypesArraysTuples.ts37 type T52 = Partial<Readonly<string[]>>; alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts45 type T52 = any[string]; alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts81 type T52 = X3<{ a: (x: string) => void, b: (x: string) => void }>; // string alias
DconditionalTypes1.ts216 type T52 = IsNever<any>; // false alias