game_client_logic_deb 1.8.385 → 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.
@@ -229,11 +229,6 @@
229
229
  initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
230
230
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
231
231
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
232
- function close$default(cause, $super) {
233
- cause = cause === VOID ? null : cause;
234
- return $super === VOID ? this.y25(cause) : $super.y25.call(this, cause);
235
- }
236
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
237
232
  function cancel$default_0(cause, $super) {
238
233
  cause = cause === VOID ? null : cause;
239
234
  var tmp;
@@ -246,7 +241,12 @@
246
241
  return tmp;
247
242
  }
248
243
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
249
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
244
+ function close$default(cause, $super) {
245
+ cause = cause === VOID ? null : cause;
246
+ return $super === VOID ? this.y25(cause) : $super.y25.call(this, cause);
247
+ }
248
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
249
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
250
250
  initMetadataForClass(WaiterEB, 'WaiterEB');
251
251
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
252
252
  initMetadataForObject(Factory, 'Factory');
@@ -256,7 +256,7 @@
256
256
  initMetadataForClass(ChannelResult, 'ChannelResult');
257
257
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
258
258
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
259
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
259
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
260
260
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
261
261
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
262
262
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -311,7 +311,7 @@
311
311
  initMetadataForClass(Symbol, 'Symbol');
312
312
  initMetadataForInterface(SelectInstance, 'SelectInstance');
313
313
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
314
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
314
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
315
315
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
316
316
  initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
317
317
  initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);