Files
swift-mirror/test/Generics/Inputs/issue-51450-other.swift

4 lines
41 B
Swift

public protocol P {
associatedtype T
}