mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +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