mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The logic that computes whether a decl is unavailable at runtime was allowing `@available` attributes for specific availability domains override `@available(*, unavailable)`. Universally unavailable decls are always unavailable, regardless of their other `@available` attributes.
41 KiB
41 KiB