mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
In implicit contexts that are universally unavailable, allow writable key paths to be formed to properties with setters that are also marked as universally unavailable. This fixes a regression from the previous commit where the code synthesized for `@Observable` properties in universally unavailable classes was rejected by the availability checker.