mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Eliminate the String/Array/Dictionary/Set special cases, using _ObjectiveCBridgeable conformances instead. Note: Clang update required for the test to success.
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
module Appliances {
|
|
header "Appliances.h"
|
|
export *
|
|
}
|