client_plugin_logic_deb 1.8.439 → 1.8.440

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -237,6 +237,11 @@
237
237
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
238
238
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
239
239
  initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
240
+ function close$default(cause, $super) {
241
+ cause = cause === VOID ? null : cause;
242
+ return $super === VOID ? this.v21(cause) : $super.v21.call(this, cause);
243
+ }
244
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
240
245
  function cancel$default_0(cause, $super) {
241
246
  cause = cause === VOID ? null : cause;
242
247
  var tmp;
@@ -249,12 +254,7 @@
249
254
  return tmp;
250
255
  }
251
256
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
252
- function close$default(cause, $super) {
253
- cause = cause === VOID ? null : cause;
254
- return $super === VOID ? this.v21(cause) : $super.v21.call(this, cause);
255
- }
256
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
257
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
257
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
258
258
  initMetadataForClass(WaiterEB, 'WaiterEB');
259
259
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
260
260
  initMetadataForObject(Factory, 'Factory');
@@ -264,7 +264,7 @@
264
264
  initMetadataForClass(ChannelResult, 'ChannelResult');
265
265
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
266
266
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
267
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
267
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
268
268
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
269
269
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
270
270
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);