Files
swift-mirror/test/IDE/Inputs/CrossImport/_ABAdditions.swiftinterface
Nathan Hawes 63636100be [IDE/CodeCompletion] Add code completion support for cross import overlays.
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
2020-03-18 12:02:20 -07:00

9 lines
206 B
Plaintext

// swift-interface-format-version: 1.0
// swift-module-flags: -swift-version 5 -enable-library-evolution -module-name _ABAdditions
import Swift
@_exported import A
import B
public func from_ABAdditions()