mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
C++ `T& operator*()` is mapped to a Swift computed property `var pointee: T`. Previously `var pointee` only had a getter, after this change it will also have a setter if the C++ type declares an overload of `operator*` that returns a mutable reference. rdar://112471779
20 KiB
20 KiB