strict_fileprivate
doesn't support private protocols
#4692
Labels
bug
Unexpected and reproducible misbehavior.
strict_fileprivate
doesn't support private protocols
#4692
New Issue Checklist
Describe the bug
The rule
strict_fileprivate
triggers an error when usingfileprivate
on methods from a private protocol.It was said in #1058, that
However, this is not (no longer?) true since the swift compiler requires
fileprivate
when conforming to private protocol:Environment
The text was updated successfully, but these errors were encountered: