Files
swift-mirror/test/IDE/print_source_file_interface_preserve.swift.result

13 lines
148 B
Plaintext

public protocol Prot {
}
public struct Yoda<
Base : IteratorProtocol
> : Prot {
public func down<U>(
p: Array<U>
) -> Array<U>
}