Avatar
omochimetaru 4/25/2019 5:37 AM
@swift-5.1.5 protocol P {} extension Int : P {} func f() -> some P { return 3 } (edited)