Avatar
@swift-5.6.3 struct S<X> { var x: X } extension S: Equatable where X: Equatable {} extension S: Hashable where X: Hashable {}