mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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 * }
|
|
}
|
|
|