-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
compilerThe Swift compiler itselfThe Swift compiler itselffeatureA feature request or implementationA feature request or implementationgood first issueGood for newcomersGood for newcomersparserArea → compiler: The legacy C++ parserArea → compiler: The legacy C++ parserswift evolution proposal neededFlag → feature: A feature that warrants a Swift evolution proposalFlag → feature: A feature that warrants a Swift evolution proposaltype checkerArea → compiler: Semantic analysisArea → compiler: Semantic analysistypealiasFeature → type declarations: `typealias` declarationsFeature → type declarations: `typealias` declarations
Description
Previous ID | SR-5528 |
Radar | None |
Original Reporter | @jckarter |
Type | Bug |
Additional Detail from JIRA
Votes | 0 |
Component/s | Compiler |
Labels | Bug, StarterProposal |
Assignee | None |
Priority | Medium |
md5: 2a0e34842e00129c1149fdebbc72bce0
Issue Description:
https://twitter.com/charlesismcom/status/888488466970955776
It would be consistent with let/var if you could write a comma-separated list of typealiases in one declaration, e.g.:
typealias Tomayto = Tomahto, Potayto = Potahto
Metadata
Metadata
Assignees
Labels
compilerThe Swift compiler itselfThe Swift compiler itselffeatureA feature request or implementationA feature request or implementationgood first issueGood for newcomersGood for newcomersparserArea → compiler: The legacy C++ parserArea → compiler: The legacy C++ parserswift evolution proposal neededFlag → feature: A feature that warrants a Swift evolution proposalFlag → feature: A feature that warrants a Swift evolution proposaltype checkerArea → compiler: Semantic analysisArea → compiler: Semantic analysistypealiasFeature → type declarations: `typealias` declarationsFeature → type declarations: `typealias` declarations