Files
swift-mirror/test/Availability/Inputs/availability_enum_case_other.swift
Allan Shortlidge 897a74f495 Tests: Move some availability tests into a new test/Availability directory.
Un-reverts 9c01ee2c1b.

Also, add myself as a reviewer for more availability related files.

NFC.
2025-06-23 15:57:34 -07:00

5 lines
66 B
Swift

public enum Horse {
@available(macOS 50, *)
case kevin(Int)
}