@retro is not being stripped if it is the only attribute
Closed this issue · 0 comments
tayloraswift commented
failing example:
@retro protocol ExampleProtocol<Element, Index>
{
associatedtype Element
associatedtype Index:Strideable
init()
}