mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If a cross-import overlay shadows another module and has a name starting with '_', don't present that overlay in places where module name completions are offered and present symbols comining from that module as if they came from the shadowed module instead. Resolves rdar://problem/59445688
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -swift-version 5 -enable-library-evolution -module-name D
|
|
|
|
import Swift
|
|
|
|
public func fromD()
|