Avatar
@swift-main import Foundation protocol MyProtocol { func a(param: String) throws(any LocalizedError) }