Skip to content

Changing access control level of a property called "open" fails #1

Description

@lyricsboy

Hi, and thanks for making AccessControlKitty!

I tried it on the following input:

struct OperatingHours {
    let open: String
    let close: String
}

I ran "All Public" on it to get:

public struct OperatingHours {
    let public: String
    public let close: String
}

Instead of let public: String I expected public let open: String.

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