Avatar
@swift-main protocol MyProtocol { func a(param: String) throws(Error) func a(param: String) throws(Never) }