Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DinferTypes1.errors.txt15 …ypes/conditional/inferTypes1.ts(84,15): error TS4081: Exported type alias 'T62' has or is using pr…
17 …ypes/conditional/inferTypes1.ts(84,43): error TS4081: Exported type alias 'T62' has or is using pr…
130 type T62<T> = U extends (infer U)[] ? U : U; // Error
134 !!! error TS4081: Exported type alias 'T62' has or is using private name 'U'.
138 !!! error TS4081: Exported type alias 'T62' has or is using private name 'U'.
DinferTypes1.types259 type T62<T> = U extends (infer U)[] ? U : U; // Error
260 >T62 : any
DinferTypes1.js85 type T62<T> = U extends (infer U)[] ? U : U; // Error
DconditionalTypes1.js229 type T62 = Eq<false, true>; // false
634 type T62 = Eq<false, true>;
DinferTypes1.symbols360 type T62<T> = U extends (infer U)[] ? U : U; // Error
361 >T62 : Symbol(T62, Decl(inferTypes1.ts, 82, 60))
DconditionalTypes1.types711 type T62 = Eq<false, true>; // false
712 >T62 : false
DconditionalTypes1.symbols867 type T62 = Eq<false, true>; // false
868 >T62 : Symbol(T62, Decl(conditionalTypes1.ts, 226, 27))
DconditionalTypes1.errors.txt381 type T62 = Eq<false, true>; // false
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts87 type T62<T> = U extends (infer U)[] ? U : U; // Error alias
DconditionalTypes1.ts231 type T62 = Eq<false, true>; // false alias