mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
1ce7a67529
Ensures that people can workaround issues in light of SE-503, for people using libraries that adopted the old experimental SuppressedAssociatedTypes.
5 lines
105 B
Swift
5 lines
105 B
Swift
public protocol P<Primary> {
|
|
associatedtype Primary: ~Copyable
|
|
associatedtype Secondary: ~Copyable
|
|
}
|