Files
swift-mirror/test/ModuleInterface/Inputs/basic_suppressed_assoc.swift
Kavon Farvardin 1ce7a67529 Test: client/library mis-match of SuppAssocTypes
Ensures that people can workaround issues in light of SE-503,
for people using libraries that adopted the old experimental
SuppressedAssociatedTypes.
2026-04-22 22:11:42 -07:00

5 lines
105 B
Swift

public protocol P<Primary> {
associatedtype Primary: ~Copyable
associatedtype Secondary: ~Copyable
}