Skip to content

VariadicView.swift - Unexpected separator! #44

@albenac

Description

@albenac

It is correct this piece of code?

VaridicView.swift

lines 79-85

@inlinable
public init(
    layout: Layout,
    @ViewBuilder source: () -> Source,
) {
    self.init(source: source(), layout: layout)
}

It seems that there is an unexpected ',' separator after 'Source?.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions