client_plugin_logic_deb 1.8.384 → 1.8.387

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.
@@ -236,11 +236,6 @@
236
236
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
237
237
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
238
238
  initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
239
- function close$default(cause, $super) {
240
- cause = cause === VOID ? null : cause;
241
- return $super === VOID ? this.s21(cause) : $super.s21.call(this, cause);
242
- }
243
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
244
239
  function cancel$default_0(cause, $super) {
245
240
  cause = cause === VOID ? null : cause;
246
241
  var tmp;
@@ -253,7 +248,12 @@
253
248
  return tmp;
254
249
  }
255
250
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
256
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
251
+ function close$default(cause, $super) {
252
+ cause = cause === VOID ? null : cause;
253
+ return $super === VOID ? this.s21(cause) : $super.s21.call(this, cause);
254
+ }
255
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
256
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
257
257
  initMetadataForClass(WaiterEB, 'WaiterEB');
258
258
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
259
259
  initMetadataForObject(Factory, 'Factory');
@@ -263,7 +263,7 @@
263
263
  initMetadataForClass(ChannelResult, 'ChannelResult');
264
264
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
265
265
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
266
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
266
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
267
267
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
268
268
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
269
269
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -290,7 +290,7 @@
290
290
  initMetadataForClass(Emitter, 'Emitter');
291
291
  initMetadataForCoroutine($collectCOROUTINE$_2, CoroutineImpl);
292
292
  initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
293
- initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector, FusibleFlow], [1]);
293
+ initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow, FusibleFlow], [1]);
294
294
  initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
295
295
  initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
296
296
  initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);