Skip to content

Doesn't work using some code density #20

Description

@Maxatma

For struct using code density:

public struct Advert: Codable {
    public let location: Location
    public let imageId, unitId, name: String

}

it gonna create initializer like this:

public init(location: Location, imageId, unitId, name: String,

which is not legal.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions