Files
swift-mirror/test/CrossImport/Inputs/lib-templates/lib/swift/RedundantGoose.swiftinterface
Brent Royal-Gordon 747c50725c Add a warning about redundant cross-import declarations
These are mostly harmless, except that they make the two module names synonymous in qualified lookup. A hard error seems too aggressive for something that could easily be caused by uncoordinated changes to two modules, so warn instead.
2020-02-18 11:08:36 -08:00

6 lines
148 B
Plaintext

// swift-interface-format-version: 1.0
// swift-module-flags: -swift-version 5 -enable-library-evolution -module-name RedundantGoose
import Swift