|
41 | 41 | ],
|
42 | 42 | "aliases_typealiastype.py": [
|
43 | 43 | "Line 44: Expected 1 errors",
|
44 |
| - "Line 46: Expected 1 errors", |
45 |
| - "Line 48: Expected 1 errors", |
46 | 44 | "Line 52: Expected 1 errors",
|
47 | 45 | "Line 53: Expected 1 errors",
|
48 | 46 | "Line 54: Expected 1 errors",
|
|
58 | 56 | "Line 64: Expected 1 errors",
|
59 | 57 | "Line 17: Unexpected errors ['Argument `tuple[type[TypeVar[T]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']",
|
60 | 58 | "Line 18: Unexpected errors ['Argument `tuple[type[TypeVar[S]], type[TypeVar[T]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']",
|
61 |
| - "Line 19: Unexpected errors ['Argument `tuple[type[TypeVar[T]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']", |
| 59 | + "Line 19: Unexpected errors ['`GoodAlias4` is uninitialized', 'Argument `tuple[type[TypeVar[T]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']", |
| 60 | + "Line 22: Unexpected errors ['`GoodAlias5` is uninitialized']", |
62 | 61 | "Line 23: Unexpected errors ['Argument `tuple[type[TypeVar[S]], type[TypeVar[TStr]], type[ParamSpec[P]], type[TypeVarTuple[Ts]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']",
|
63 | 62 | "Line 35: Unexpected errors ['Expected a type form, got instance of `GenericAlias`']",
|
64 | 63 | "Line 36: Unexpected errors ['Expected a type form, got instance of `GenericAlias`']",
|
|
263 | 262 | "generics_syntax_declarations.py": [],
|
264 | 263 | "generics_syntax_infer_variance.py": [],
|
265 | 264 | "generics_syntax_scoping.py": [
|
266 |
| - "Line 35: Expected 1 errors", |
267 | 265 | "Line 92: Expected 1 errors",
|
268 | 266 | "Line 95: Expected 1 errors",
|
269 | 267 | "Line 98: Expected 1 errors",
|
|
0 commit comments