Avatar
この辺のやりとりを読んでいて気になったんですが,今の Swift で Any を書く以外で empty protocol composition を表現する方法って存在するのでしょうか? https://github.com/apple/swift/pull/7222#discussion_r99262673
[Sema] Penalize conversions to Any. We previously penalized bindings to Any, and that resulted in inappropriately rejecting solutions where we bind a decl that is explicitly typed Any. That penalty...