Avatar
@swift-5.2.5 @swift-5.3.3 @propertyWrapper struct Wrap { var wrappedValue: Int = 1 } struct S { @Wrap var val } (edited)