mirror of
https://github.com/apple/swift.git
synced 2026-01-07 22:52:31 +01:00
- Infer type wrappers only from direct (declared on type) protocols - Inferences from protocol to protocol is not allowed - If type specifies a type wrapper attribute explicitly it has to match the one associated with a declared protocol, otherwise the declaration is going to be rejected as having multiple wrappers.