mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
af27e8f183
in global completion result. Overly modules have the same name as the shadowed modules. We should not list both names because they are identical. Maintain a set of seen module names to avoid suggesting duplicated names. rdar://problem/63370253
8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
framework module OverlayTest {
|
|
umbrella header "OverlayTest.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|
|
|