mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
3650ce8ecd
When we see a string literal used to initializer a Selector, and that string literal names the selector for the getter or setter of an Objective-C property, suggest #selector(getter: ...) or This completes SE-0064. Big thanks for Alex Hoppen (@ahoppen) for his contributions here.