mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
The style I started with (putting each conformance on its own extension) turned out to be pointlessly verbose in practice. It also separated the protocol from the "implentation" in the sense that the property declarations are what determine how the conformance works.