Closed
Description
To reproduce:
private extension Int {
func foo() {}
}
->
extension Int {
fileprivate func foo() {}
}
This is not ideal because I want the whole extension to be private without needing to take care of each member of the extension separately. It's easy to forget to add fileprivate for a specific member.
Metadata
Metadata
Assignees
Labels
No labels