client_plugin_logic_deb 1.8.358 → 1.8.360

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.
@@ -224,11 +224,6 @@
224
224
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
225
225
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
226
226
  initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
227
- function close$default(cause, $super) {
228
- cause = cause === VOID ? null : cause;
229
- return $super === VOID ? this.q19(cause) : $super.q19.call(this, cause);
230
- }
231
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
232
227
  function cancel$default_0(cause, $super) {
233
228
  cause = cause === VOID ? null : cause;
234
229
  var tmp;
@@ -241,7 +236,12 @@
241
236
  return tmp;
242
237
  }
243
238
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
244
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
239
+ function close$default(cause, $super) {
240
+ cause = cause === VOID ? null : cause;
241
+ return $super === VOID ? this.q19(cause) : $super.q19.call(this, cause);
242
+ }
243
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
244
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
245
245
  initMetadataForClass(WaiterEB, 'WaiterEB');
246
246
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
247
247
  initMetadataForObject(Factory, 'Factory');
@@ -251,7 +251,7 @@
251
251
  initMetadataForClass(ChannelResult, 'ChannelResult');
252
252
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
253
253
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
254
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
254
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
255
255
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
256
256
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
257
257
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -278,7 +278,7 @@
278
278
  initMetadataForClass(Emitter, 'Emitter');
279
279
  initMetadataForCoroutine($collectCOROUTINE$_2, CoroutineImpl);
280
280
  initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
281
- initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector, FusibleFlow], [1]);
281
+ initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow, FusibleFlow], [1]);
282
282
  initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
283
283
  initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
284
284
  initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);