@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1839 → 1.3.0-SNAPSHOT.1840

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.
@@ -118,8 +118,8 @@
118
118
  var getKClassFromExpression = kotlin_kotlin.$_$.b;
119
119
  var Exception_init_$Create$ = kotlin_kotlin.$_$.a1;
120
120
  var removeFirstOrNull = kotlin_kotlin.$_$.o4;
121
- var MutableIterable = kotlin_kotlin.$_$.v2;
122
121
  var Collection = kotlin_kotlin.$_$.q2;
122
+ var MutableIterable = kotlin_kotlin.$_$.v2;
123
123
  var CancellationException_init_$Init$ = kotlin_kotlin.$_$.q;
124
124
  var getStringHashCode = kotlin_kotlin.$_$.i6;
125
125
  var CancellationException_init_$Create$_0 = kotlin_kotlin.$_$.r;
@@ -209,6 +209,11 @@
209
209
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
210
210
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
211
211
  initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
212
+ function close$default(cause, $super) {
213
+ cause = cause === VOID ? null : cause;
214
+ return $super === VOID ? this.q22(cause) : $super.q22.call(this, cause);
215
+ }
216
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
212
217
  function cancel$default_0(cause, $super) {
213
218
  cause = cause === VOID ? null : cause;
214
219
  var tmp;
@@ -221,12 +226,7 @@
221
226
  return tmp;
222
227
  }
223
228
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
224
- function close$default(cause, $super) {
225
- cause = cause === VOID ? null : cause;
226
- return $super === VOID ? this.q22(cause) : $super.q22.call(this, cause);
227
- }
228
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
229
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
229
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
230
230
  initMetadataForClass(WaiterEB, 'WaiterEB');
231
231
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
232
232
  initMetadataForObject(Factory, 'Factory');
@@ -236,7 +236,7 @@
236
236
  initMetadataForClass(ChannelResult, 'ChannelResult');
237
237
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
238
238
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
239
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
239
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
240
240
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
241
241
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
242
242
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -300,11 +300,11 @@
300
300
  initMetadataForClass(Symbol, 'Symbol');
301
301
  initMetadataForInterface(SelectInstance, 'SelectInstance');
302
302
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
303
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
303
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
304
304
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
305
305
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
306
306
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
307
- initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [MutableIterable, KtList, Collection]);
307
+ initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [Collection, MutableIterable, KtList]);
308
308
  initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
309
309
  initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
310
310
  initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);