Avatar
@swift-5.6.3 protocol P {} extension P { func f() -> some P { self } }