Avatar
@swift-5.3.3 struct AError: Error {} func foo<E: Error>(x: E) { print(x) } foo(x: AError())