mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
0c470f238b
This flag restricts availability of certain symbols to ensure the code cannot use declarations that are explicitly unavalable to extensions. This restriction should be passed down to dependency modules also.
4 lines
63 B
Swift
4 lines
63 B
Swift
@available(macOS 10.0, *)
|
|
public func extensionAvailable() {
|
|
}
|