mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Omit an explicit access level from `MemberImportVisibility` fix-its under the following conditions: - `InternalImportsByDefault` is enabled. - The required import needs an `internal` access level or lower. - The module is not yet imported explicitly in any other file. Resolves rdar://149577615.