Avatar
@swift-4.1.3 @swift-5.0.3 @swift-5.2.5 @swift-5.4.3 @swift-5.5.3 protocol P { var value: Int? { get } } struct S: P { let value: Int = 42 }