mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When serializing `@available` attributes, if the attribute applies to a custom domain include enough information to deserialize the reference to that domain. Resolves rdar://138441265.
15 lines
145 B
Plaintext
15 lines
145 B
Plaintext
module Oceans {
|
|
header "Oceans.h"
|
|
export *
|
|
}
|
|
|
|
module Rivers {
|
|
header "Rivers.h"
|
|
export *
|
|
}
|
|
|
|
module Seas {
|
|
header "Seas.h"
|
|
export *
|
|
}
|