Skip to content

Swift 6.1: Trailing commas are not allowed in generic listsΒ #2039

@dfed

Description

@dfed

The following trailing comma causes a compiler error on Xcode 16.3.0 in Swift 6.1:

public final class TestThing: GenericThing<
	Test1,
	Test2,
	Test3,
> { }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugfixed in developbug/feature resolved in the develop branch

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions