Avatar
@swift-main @swift-6.0.3 struct FormActionPost<each V> { var v: (repeat (each V)?) } func f(_: FormActionPost<String>) { } (edited)