mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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() {
|
|
}
|