mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We previously didn't report the requirements in the where clause of 'boxes'
below because it didn't have generic parameters of its own:
public struct Box<Wrapped> {
public func boxes() -> [Box<Wrapped.Element>] where Wrapped: Sequence { fatalError() }
}
Resolves rdar://problem/60658263
52 KiB
52 KiB