-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Quick FixesEditor-provided fixes, often called code actions.Editor-provided fixes, often called code actions.Domain: Quick Infoe.g. hover text, tool-tips, and tooltips.e.g. hover text, tool-tips, and tooltips.Effort: DifficultGood luck.Good luck.FixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
Found by @weswigham
type Alias<T> = T extends (infer U)[] ? U : never;
Request quick info on Alias
.
Expected: type Alias<T> = T extends (infer U)[] ? U : never
Actual: type Alias<T> = T extends U[] ? U : never
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Quick FixesEditor-provided fixes, often called code actions.Editor-provided fixes, often called code actions.Domain: Quick Infoe.g. hover text, tool-tips, and tooltips.e.g. hover text, tool-tips, and tooltips.Effort: DifficultGood luck.Good luck.FixedA PR has been merged for this issueA PR has been merged for this issue