tayloraswift/swift-package-factory

@retro is not being stripped if it is the only attribute

Closed this issue · 0 comments

failing example:

@retro protocol ExampleProtocol<Element, Index>
{
    associatedtype Element 
    associatedtype Index:Strideable

    init()
}