Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lyricsboy opened this issue Oct 10, 2019 · 0 comments
Open

Comments

@lyricsboy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant