mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[cxx-interop] Implicitly import Cxx module
This lifts the requirement for the user to explicitly add `import Cxx` in Swift code that relies on protocols from the `Cxx` module, such as `CxxSequence`.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
import StdlibUnittest
|
||||
import CustomSequence
|
||||
import Cxx
|
||||
|
||||
var CxxSequenceTestSuite = TestSuite("CxxSequence")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user