Avatar
@swift-5.6.3 @swift-5.7.3 struct S<T> { struct I {} func f() where T == I {} }