-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
Describe the Bug
Foo = NewType("Foo", tuple[int, int])
complains that the second argument to NewType
is invalid.
(I actually expected type Foo = NewType(...)
to work, but that doesn't seem to work in any other type checker either.
Sandbox Link
(Only applicable for extension issues) IDE Information
No response
Metadata
Metadata
Assignees
Labels
No labels