struct S<T: Equatable> {} func fs<X>(_ s: S<X>) { eq(type: X.self) } func eq<T: Equatable>(type: T.Type) {}
fs.<X>
: Equatable