mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
This experimental feature allows you to override the default behavior of a 'get' returning a noncopyable type, so that it returns an owned value rather than a borrow, when that getter is exposed in opaque interfaces like protocol requirements or resilient types. resolves rdar://157318147