mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Un-reverts 9c01ee2c1b.
Also, add myself as a reviewer for more availability related files.
NFC.
5 lines
66 B
Swift
5 lines
66 B
Swift
public enum Horse {
|
|
@available(macOS 50, *)
|
|
case kevin(Int)
|
|
}
|