Avatar
Avatar
ジュニア
@swift-5.10 @_typeEraser(AnyP) protocol P {} struct ConcreteP1: P {} struct AnyP: P { init(erasing base: some P) {} } struct Foo { dynamic var p: some P { ConcreteP1() } } print(Foo().p)
swift510 BOT 4/7/2024 3:05 AM
AnyP()