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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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