mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
458b62c9ed
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