-
Notifications
You must be signed in to change notification settings - Fork 281
Closed as not planned
Labels
needs-discussionAn issue where it's not clear whether there is a bug or we are behaving as expected.An issue where it's not clear whether there is a bug or we are behaving as expected.
Description
Describe the Bug
While vanilla TypeAlias is successfully expanded in reveal_type() output, it won't expand at all when used inside a generic class. For brevity, sandbox example uses tuple() for demonstration, while I'm encountering the error in some custom generic class in stub file. This exposes internal alias names in reveal_type() output, so people need to dig deep into stub files to find out their meanings.
Sandbox Link
(Only applicable for extension issues) IDE Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-discussionAn issue where it's not clear whether there is a bug or we are behaving as expected.An issue where it's not clear whether there is a bug or we are behaving as expected.