Avatar
@swift-5.7.3 @swift-5.6.3 @swift-5.5.3 protocol P {} struct S: P {} extension Error { func f() -> some P { S() } }