Avatar
https://github.com/apple/swift/pull/15102 deprecated は実装されそう。 (edited)
This handles the case where just one accessor is deprecated but not the other, which does come up sometimes in Apple's frameworks. Not included in this pull request: fixing availability checki...
❤ 1
2:12 AM
セッタのアクセスレベルがゲッタより低くしか設定できないとは明文化されてるんですけど具体的な根拠はあるんですかね。
foo.bar.baz = 1 で、foo の getter の方が絞られていると bar がそもそも取り出せないので、変な感じになってくるとかはありそうですね。
(edited)