Files
swift-mirror/test/Sema/access-level-import-inconsistent-same-file.swift
Alexis Laferrière f9fe643e48 Sema: Don't report ambiguities on an explicit public import
Silence errors on ambiguous implicitly public imports when a different import
is explicitly public. In this case all imports are public so the ambiguity is
not dangerous and this configuration can happen during adoption of
access-levels on imports. Keep the error when an explicit import is package,
internal or below.

rdar://129037503
2024-06-05 10:34:26 -07:00

4.7 KiB