You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functioncloseAllScopes($this){// Inline function 'kotlin.collections.forEach' callvartmp0_iterator=$this._scopes_1.get_values_ksazhn_k$().iterator_jk1svi_k$();while(tmp0_iterator.hasNext_bitz1p_k$()){varelement=tmp0_iterator.next_20eer_k$();// Inline function 'org.koin.core.registry.ScopeRegistry.closeAllScopes.<anonymous>' callelement.close_yn9xrc_k$();}}
the method toList makes no sense to js.
The text was updated successfully, but these errors were encountered:
Same issue to #1711 in JS platform. And the fix #1799 does't work for JS.
Here is the js
closeAllScopes
generated code:the method
toList
makes no sense to js.The text was updated successfully, but these errors were encountered: