client_plugin_logic_deb 1.8.259 → 1.8.289

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.
@@ -280,7 +280,7 @@
280
280
  initMetadataForClass(Emitter, 'Emitter');
281
281
  initMetadataForCoroutine($collectCOROUTINE$14, CoroutineImpl);
282
282
  initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
283
- initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow, FusibleFlow], [1]);
283
+ initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector, FusibleFlow], [1]);
284
284
  initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
285
285
  initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
286
286
  initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
@@ -9298,12 +9298,12 @@
9298
9298
  defaultAreEquivalent = defaultAreEquivalent$lambda;
9299
9299
  }
9300
9300
  }
9301
- function ThrowingCollector() {
9302
- }
9303
9301
  function ensureActive_1(_this__u8e3s4) {
9304
9302
  if (_this__u8e3s4 instanceof ThrowingCollector)
9305
9303
  throw _this__u8e3s4.m1i_1;
9306
9304
  }
9305
+ function ThrowingCollector() {
9306
+ }
9307
9307
  function catch_0(_this__u8e3s4, action) {
9308
9308
  // Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
9309
9309
  return new _no_name_provided__qut3iv_1(_this__u8e3s4, action);