Avatar
@swift-main enum SomeError: Error {} protocol MyProtocol { init(param: String) throws init(param: String) throws(SomeError) }