org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering File being compiled: /Users/TFNX46/Developer/MULTIPLATFORM/NYTimesKMP/server/src/jvmMain/kotlin/io/github/xxfast/nytimes/server/services/topStories/TopStoriesService.kt The root cause java.lang.RuntimeException was thrown at: org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:51) at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException(CodegenUtil.kt:253) at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException$default(CodegenUtil.kt:237) at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invokeSequential(performByIrFile.kt:65) at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invoke(performByIrFile.kt:52) at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invoke(performByIrFile.kt:38) at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.phaseBody(CompilerPhase.kt:147) at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94) at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:29) at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:16) at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.phaseBody(CompilerPhase.kt:147) at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94) at org.jetbrains.kotlin.backend.common.phaser.CompilerPhaseKt.invokeToplevel(CompilerPhase.kt:43) at org.jetbrains.kotlin.backend.jvm.JvmIrCodegenFactory.invokeCodegen(JvmIrCodegenFactory.kt:361) at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.runCodegen(KotlinToJVMBytecodeCompiler.kt:347) at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli(KotlinToJVMBytecodeCompiler.kt:122) at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli$default(KotlinToJVMBytecodeCompiler.kt:43) at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:165) at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:50) at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104) at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48) at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101) at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:463) at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:62) at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.doCompile(IncrementalCompilerRunner.kt:477) at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalCompilerRunner.kt:400) at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileNonIncrementally(IncrementalCompilerRunner.kt:281) at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompilerRunner.kt:125) at org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileServiceImpl.kt:657) at org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(CompileServiceImpl.kt:105) at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1624) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.lang.RuntimeException: Exception while generating code for: FUN name:TopStoriesDomain visibility:public modality:FINAL <> (initialState:io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState, events:kotlinx.coroutines.flow.Flow, webService:io.github.xxfast.nytimes.server.api.NyTimesWebService) returnType:io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState annotations: Composable VALUE_PARAMETER name:initialState index:0 type:io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState VALUE_PARAMETER name:events index:1 type:kotlinx.coroutines.flow.Flow VALUE_PARAMETER name:webService index:2 type:io.github.xxfast.nytimes.server.api.NyTimesWebService BLOCK_BODY VAR PROPERTY_DELEGATE name:section$delegate type:androidx.compose.runtime.MutableState [val] CALL 'public final fun remember (calculation: @[DisallowComposableCalls] kotlin.Function0): T of androidx.compose.runtime.ComposablesKt.remember [inline] declared in androidx.compose.runtime.ComposablesKt' type=androidx.compose.runtime.MutableState origin=null : androidx.compose.runtime.MutableState calculation: BLOCK type=kotlin.Function0> origin=LAMBDA COMPOSITE type=kotlin.Unit origin=null FUNCTION_REFERENCE 'private final fun TopStoriesDomain$lambda$0 ($initialState: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState): androidx.compose.runtime.MutableState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Function0> origin=INLINE_LAMBDA reflectionTarget=null $initialState: GET_VAR 'initialState: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState origin=null VAR PROPERTY_DELEGATE name:articles$delegate type:androidx.compose.runtime.MutableState?> [val] CALL 'public final fun remember (calculation: @[DisallowComposableCalls] kotlin.Function0): T of androidx.compose.runtime.ComposablesKt.remember [inline] declared in androidx.compose.runtime.ComposablesKt' type=androidx.compose.runtime.MutableState?> origin=null : androidx.compose.runtime.MutableState?> calculation: BLOCK type=kotlin.Function0?>> origin=LAMBDA COMPOSITE type=kotlin.Unit origin=null FUNCTION_REFERENCE 'private final fun TopStoriesDomain$lambda$3 ($initialState: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState): androidx.compose.runtime.MutableState?> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Function0?>> origin=INLINE_LAMBDA reflectionTarget=null $initialState: GET_VAR 'initialState: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState origin=null VAR PROPERTY_DELEGATE name:refreshes$delegate type:androidx.compose.runtime.MutableState [val] CALL 'public final fun remember (calculation: @[DisallowComposableCalls] kotlin.Function0): T of androidx.compose.runtime.ComposablesKt.remember [inline] declared in androidx.compose.runtime.ComposablesKt' type=androidx.compose.runtime.MutableState origin=null : androidx.compose.runtime.MutableState calculation: BLOCK type=kotlin.Function0> origin=LAMBDA COMPOSITE type=kotlin.Unit origin=null FUNCTION_REFERENCE 'private final fun TopStoriesDomain$lambda$6 (): androidx.compose.runtime.MutableState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Function0> origin=INLINE_LAMBDA reflectionTarget=null VAR name:numberOfFavourites type:kotlin.Int? [val] CONST Int type=kotlin.Int value=0 CALL 'public final fun LaunchedEffect (key1: kotlin.Any?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1): kotlin.Unit declared in androidx.compose.runtime.EffectsKt' type=kotlin.Unit origin=null key1: CALL 'private final fun TopStoriesDomain$lambda$7 ($refreshes$delegate: androidx.compose.runtime.MutableState): kotlin.Int declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Int origin=GET_LOCAL_PROPERTY $refreshes$delegate: GET_VAR 'val refreshes$delegate: androidx.compose.runtime.MutableState [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=androidx.compose.runtime.MutableState origin=null block: BLOCK type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null CLASS SUSPEND_LAMBDA CLASS name: modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2?, kotlin.Any?>] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. FIELD name:label type:kotlin.Int visibility:public/*package*/ CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($webService:io.github.xxfast.nytimes.server.api.NyTimesWebService, $refreshes$delegate:androidx.compose.runtime.MutableState, $articles$delegate:androidx.compose.runtime.MutableState?>, $section$delegate:androidx.compose.runtime.MutableState, $completion:kotlin.coroutines.Continuation>?) returnType:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. [primary] VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$webService index:0 type:io.github.xxfast.nytimes.server.api.NyTimesWebService VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$refreshes$delegate index:1 type:androidx.compose.runtime.MutableState VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$articles$delegate index:2 type:androidx.compose.runtime.MutableState?> VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$section$delegate index:3 type:androidx.compose.runtime.MutableState VALUE_PARAMETER name:$completion index:4 type:kotlin.coroutines.Continuation>? BLOCK_BODY SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$webService type:io.github.xxfast.nytimes.server.api.NyTimesWebService visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR '$webService: io.github.xxfast.nytimes.server.api.NyTimesWebService declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=io.github.xxfast.nytimes.server.api.NyTimesWebService origin=null SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR '$refreshes$delegate: androidx.compose.runtime.MutableState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=androidx.compose.runtime.MutableState origin=null SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$articles$delegate type:androidx.compose.runtime.MutableState?> visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR '$articles$delegate: androidx.compose.runtime.MutableState?> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=androidx.compose.runtime.MutableState?> origin=null SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR '$section$delegate: androidx.compose.runtime.MutableState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=androidx.compose.runtime.MutableState origin=null DELEGATING_CONSTRUCTOR_CALL 'public constructor (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation?) declared in kotlin.coroutines.jvm.internal.SuspendLambda' arity: CONST Int type=kotlin.Int value=2 $completion: GET_VAR '$completion: kotlin.coroutines.Continuation>? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=kotlin.coroutines.Continuation>? origin=null BLOCK type=kotlin.Unit origin=null FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain., $result:kotlin.Result) returnType:kotlin.Any? overridden: protected abstract fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. VALUE_PARAMETER name:$result index:0 type:kotlin.Result BLOCK_BODY WHEN type=kotlin.Unit origin=IF BRANCH if: CALL 'public final fun ANDAND (arg0: kotlin.Boolean, arg1: kotlin.Boolean): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null arg0: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQ arg0: CALL 'public final fun access$TopStoriesDomain$lambda$7 ($refreshes$delegate: androidx.compose.runtime.MutableState): kotlin.Int declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Int origin=GET_LOCAL_PROPERTY $refreshes$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null arg1: CONST Int type=kotlin.Int value=0 arg1: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=EXCLEQ $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EXCLEQ arg0: CALL 'public final fun access$TopStoriesDomain$lambda$4 ($articles$delegate: androidx.compose.runtime.MutableState?>): kotlin.collections.List? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.collections.List? origin=GET_LOCAL_PROPERTY $articles$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$articles$delegate type:androidx.compose.runtime.MutableState?> visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState?> origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null arg1: CALL 'public final fun (): kotlin.Nothing? declared in io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesStateModelsKt' type=kotlin.Nothing? origin=GET_PROPERTY then: RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static]' type=kotlin.Unit origin=null VAR name:section type:io.github.xxfast.nytimes.shared.models.TopStorySection [val] BLOCK type=io.github.xxfast.nytimes.shared.models.TopStorySection origin=FOLDED_ELVIS WHEN type=io.github.xxfast.nytimes.shared.models.TopStorySection origin=FOLDED_ELVIS BRANCH if: COMPOSITE type=kotlin.Boolean origin=null VAR IR_TEMPORARY_VARIABLE name:tmp0_elvis_lhs type:io.github.xxfast.nytimes.shared.models.TopStorySection? [val] CALL 'public final fun access$TopStoriesDomain$lambda$1 ($section$delegate: androidx.compose.runtime.MutableState): io.github.xxfast.nytimes.shared.models.TopStorySection? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=io.github.xxfast.nytimes.shared.models.TopStorySection? origin=GET_LOCAL_PROPERTY $section$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null arg0: GET_VAR 'val tmp0_elvis_lhs: io.github.xxfast.nytimes.shared.models.TopStorySection? [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.shared.models.TopStorySection? origin=null arg1: CONST Null type=kotlin.Nothing? value=null then: GET_VAR 'val tmp0_elvis_lhs: io.github.xxfast.nytimes.shared.models.TopStorySection? [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.shared.models.TopStorySection? origin=null BRANCH if: CONST Boolean type=kotlin.Boolean value=true then: RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static]' type=kotlin.Unit origin=null CALL 'public final fun access$TopStoriesDomain$lambda$5 ($articles$delegate: androidx.compose.runtime.MutableState?>, value: kotlin.collections.List?): kotlin.Unit declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Unit origin=EQ $articles$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$articles$delegate type:androidx.compose.runtime.MutableState?> visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState?> origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: CALL 'public final fun (): kotlin.Nothing? declared in io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesStateModelsKt' type=kotlin.Nothing? origin=GET_PROPERTY VAR name:topStory type:io.github.xxfast.nytimes.shared.models.TopStoryResponse [val] BLOCK type=io.github.xxfast.nytimes.shared.models.TopStoryResponse origin=FOLDED_ELVIS WHEN type=io.github.xxfast.nytimes.shared.models.TopStoryResponse origin=FOLDED_ELVIS BRANCH if: COMPOSITE type=kotlin.Boolean origin=null VAR IR_TEMPORARY_VARIABLE name:tmp1_elvis_lhs type:io.github.xxfast.nytimes.shared.models.TopStoryResponse? [val] CALL 'public final fun getOrNull-impl (arg0: kotlin.Result): T of kotlin.Result? [inline] declared in kotlin.Result' type=io.github.xxfast.nytimes.shared.models.TopStoryResponse? origin=null arg0: CALL 'public final fun topStories-xDZyEtQ (section: io.github.xxfast.nytimes.shared.models.TopStorySection, $completion: kotlin.coroutines.Continuation>): kotlin.Any? [suspend] declared in io.github.xxfast.nytimes.server.api.NyTimesWebService' type=kotlin.Result origin=null $this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$webService type:io.github.xxfast.nytimes.server.api.NyTimesWebService visibility:public/*package*/ [final]' type=io.github.xxfast.nytimes.server.api.NyTimesWebService origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null section: GET_VAR 'val section: io.github.xxfast.nytimes.shared.models.TopStorySection [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.shared.models.TopStorySection origin=null $completion: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null arg0: GET_VAR 'val tmp1_elvis_lhs: io.github.xxfast.nytimes.shared.models.TopStoryResponse? [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.shared.models.TopStoryResponse? origin=null arg1: CONST Null type=kotlin.Nothing? value=null then: GET_VAR 'val tmp1_elvis_lhs: io.github.xxfast.nytimes.shared.models.TopStoryResponse? [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.shared.models.TopStoryResponse? origin=null BRANCH if: CONST Boolean type=kotlin.Boolean value=true then: RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static]' type=kotlin.Unit origin=null CALL 'public final fun access$TopStoriesDomain$lambda$5 ($articles$delegate: androidx.compose.runtime.MutableState?>, value: kotlin.collections.List?): kotlin.Unit declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Unit origin=EQ $articles$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$articles$delegate type:androidx.compose.runtime.MutableState?> visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState?> origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: CALL 'public final fun map (transform: kotlin.Function1): kotlin.collections.List [inline] declared in kotlin.collections.CollectionsKt' type=kotlin.collections.List origin=null : io.github.xxfast.nytimes.shared.models.Article : io.github.xxfast.nytimes.shared.domains.summary.SummaryState $receiver: CALL 'public final fun (): kotlin.collections.List declared in io.github.xxfast.nytimes.shared.models.TopStoryResponse' type=kotlin.collections.List origin=GET_PROPERTY $this: GET_VAR 'val topStory: io.github.xxfast.nytimes.shared.models.TopStoryResponse [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.shared.models.TopStoryResponse origin=null transform: BLOCK type=kotlin.reflect.KFunction1 origin=LAMBDA COMPOSITE type=kotlin.Unit origin=null FUNCTION_REFERENCE 'private final fun invokeSuspend$stub_for_inlining (p0: io.github.xxfast.nytimes.shared.models.Article): io.github.xxfast.nytimes.shared.domains.summary.SummaryState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=kotlin.reflect.KFunction1 origin=INLINE_LAMBDA reflectionTarget=null FUN name:create visibility:public modality:FINAL <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain., value:kotlin.Any?, $completion:kotlin.coroutines.Continuation) returnType:kotlin.coroutines.Continuation overridden: public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation): kotlin.coroutines.Continuation declared in kotlin.coroutines.jvm.internal.SuspendLambda $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. VALUE_PARAMETER name:value index:0 type:kotlin.Any? VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation): kotlin.coroutines.Continuation declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' CONSTRUCTOR_CALL 'public/*package*/ constructor ($webService: io.github.xxfast.nytimes.server.api.NyTimesWebService, $refreshes$delegate: androidx.compose.runtime.MutableState, $articles$delegate: androidx.compose.runtime.MutableState?>, $section$delegate: androidx.compose.runtime.MutableState, $completion: kotlin.coroutines.Continuation>?) [primary] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $webService: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$webService type:io.github.xxfast.nytimes.server.api.NyTimesWebService visibility:public/*package*/ [final]' type=io.github.xxfast.nytimes.server.api.NyTimesWebService origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $refreshes$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $articles$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$articles$delegate type:androidx.compose.runtime.MutableState?> visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState?> origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $section$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $completion: GET_VAR '$completion: kotlin.coroutines.Continuation declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=kotlin.coroutines.Continuation origin=null FUN name:invoke visibility:public modality:FINAL <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain., p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation?) returnType:kotlin.Any? overridden: public abstract fun invoke (p1: P1 of kotlin.jvm.functions.Function2, p2: P2 of kotlin.jvm.functions.Function2): R of kotlin.jvm.functions.Function2 declared in kotlin.jvm.functions.Function2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation? BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation?): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' CALL 'public final fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=kotlin.Any? origin=null $this: TYPE_OP type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=IMPLICIT_CAST typeOperand=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation): kotlin.coroutines.Continuation declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=kotlin.coroutines.Continuation origin=null $this: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=kotlinx.coroutines.CoroutineScope origin=null $completion: GET_VAR 'p2: kotlin.coroutines.Continuation? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=kotlin.coroutines.Continuation? origin=null $result: CALL 'public final fun (v: T of kotlin.jvm.internal.): R of kotlin.jvm.internal. declared in kotlin.jvm.internal' type=kotlin.Result origin=null : kotlin.Any? : kotlin.Result v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static]' type=kotlin.Unit origin=null FIELD FIELD_FOR_CAPTURED_VALUE name:$webService type:io.github.xxfast.nytimes.server.api.NyTimesWebService visibility:public/*package*/ [final] FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final] FIELD FIELD_FOR_CAPTURED_VALUE name:$articles$delegate type:androidx.compose.runtime.MutableState?> visibility:public/*package*/ [final] FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final] FUN INLINE_LAMBDA name:invokeSuspend$stub_for_inlining visibility:private modality:FINAL <> (p0:io.github.xxfast.nytimes.shared.models.Article) returnType:io.github.xxfast.nytimes.shared.domains.summary.SummaryState VALUE_PARAMETER name:p0 index:0 type:io.github.xxfast.nytimes.shared.models.Article BLOCK_BODY VAR name:$i$a$-map-TopStoriesServiceKt$TopStoriesDomain$1$1 type:kotlin.Int [val] CONST Int type=kotlin.Int value=0 RETURN type=kotlin.Nothing from='private final fun invokeSuspend$stub_for_inlining (p0: io.github.xxfast.nytimes.shared.models.Article): io.github.xxfast.nytimes.shared.domains.summary.SummaryState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' CONSTRUCTOR_CALL 'public constructor (article: io.github.xxfast.nytimes.shared.models.Article) declared in io.github.xxfast.nytimes.shared.domains.summary.SummaryState' type=io.github.xxfast.nytimes.shared.domains.summary.SummaryState origin=null article: GET_VAR 'p0: io.github.xxfast.nytimes.shared.models.Article declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend$stub_for_inlining' type=io.github.xxfast.nytimes.shared.models.Article origin=null FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain., p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any? $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. VALUE_PARAMETER BRIDGE name:p1 index:0 type:kotlin.Any? VALUE_PARAMETER BRIDGE name:p2 index:1 type:kotlin.Any? EXPRESSION_BODY RETURN type=kotlin.Nothing from='public open fun invoke (p1: kotlin.Any?, p2: kotlin.Any?): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation?): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=kotlin.Any? origin=BRIDGE_DELEGATION $this: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope GET_VAR 'p1: kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=kotlin.Any? origin=null p2: TYPE_OP type=kotlin.coroutines.Continuation<*> origin=IMPLICIT_CAST typeOperand=kotlin.coroutines.Continuation<*> GET_VAR 'p2: kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=kotlin.Any? origin=null CONSTRUCTOR_CALL 'public/*package*/ constructor ($webService: io.github.xxfast.nytimes.server.api.NyTimesWebService, $refreshes$delegate: androidx.compose.runtime.MutableState, $articles$delegate: androidx.compose.runtime.MutableState?>, $section$delegate: androidx.compose.runtime.MutableState, $completion: kotlin.coroutines.Continuation>?) [primary] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $webService: GET_VAR 'webService: io.github.xxfast.nytimes.server.api.NyTimesWebService declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=io.github.xxfast.nytimes.server.api.NyTimesWebService origin=null $refreshes$delegate: GET_VAR 'val refreshes$delegate: androidx.compose.runtime.MutableState [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=androidx.compose.runtime.MutableState origin=null $articles$delegate: GET_VAR 'val articles$delegate: androidx.compose.runtime.MutableState?> [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=androidx.compose.runtime.MutableState?> origin=null $section$delegate: GET_VAR 'val section$delegate: androidx.compose.runtime.MutableState [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=androidx.compose.runtime.MutableState origin=null $completion: CONST Null type=kotlin.Nothing? value=null CALL 'public final fun LaunchedEffect (key1: kotlin.Any?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1): kotlin.Unit declared in androidx.compose.runtime.EffectsKt' type=kotlin.Unit origin=null key1: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static]' type=kotlin.Unit origin=null block: BLOCK type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null CLASS SUSPEND_LAMBDA CLASS name: modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2?, kotlin.Any?>] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. FIELD name:label type:kotlin.Int visibility:public/*package*/ CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($events:kotlinx.coroutines.flow.Flow, $refreshes$delegate:androidx.compose.runtime.MutableState, $section$delegate:androidx.compose.runtime.MutableState, $completion:kotlin.coroutines.Continuation>?) returnType:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. [primary] VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$events index:0 type:kotlinx.coroutines.flow.Flow VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$refreshes$delegate index:1 type:androidx.compose.runtime.MutableState VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$section$delegate index:2 type:androidx.compose.runtime.MutableState VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation>? BLOCK_BODY SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$events type:kotlinx.coroutines.flow.Flow visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR '$events: kotlinx.coroutines.flow.Flow declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=kotlinx.coroutines.flow.Flow origin=null SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR '$refreshes$delegate: androidx.compose.runtime.MutableState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=androidx.compose.runtime.MutableState origin=null SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR '$section$delegate: androidx.compose.runtime.MutableState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=androidx.compose.runtime.MutableState origin=null DELEGATING_CONSTRUCTOR_CALL 'public constructor (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation?) declared in kotlin.coroutines.jvm.internal.SuspendLambda' arity: CONST Int type=kotlin.Int value=2 $completion: GET_VAR '$completion: kotlin.coroutines.Continuation>? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..' type=kotlin.coroutines.Continuation>? origin=null BLOCK type=kotlin.Unit origin=null FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain., $result:kotlin.Result) returnType:kotlin.Any? overridden: protected abstract fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. VALUE_PARAMETER name:$result index:0 type:kotlin.Result BLOCK_BODY CALL 'public abstract fun collect (collector: kotlinx.coroutines.flow.FlowCollector, $completion: kotlin.coroutines.Continuation): kotlin.Any? [suspend] declared in kotlinx.coroutines.flow.Flow' type=kotlin.Unit origin=null $this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$events type:kotlinx.coroutines.flow.Flow visibility:public/*package*/ [final]' type=kotlinx.coroutines.flow.Flow origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null collector: BLOCK type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null CLASS LAMBDA_IMPL CLASS name: modality:FINAL visibility:public/*package*/ superTypes:[@[RawType] kotlinx.coroutines.flow.FlowCollector] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> TYPE_PARAMETER IR_EXTERNAL_DECLARATION_STUB name:T index:0 variance:in superTypes:[kotlin.Any?] reified:false CONSTRUCTOR GENERATED_MEMBER_IN_CALLABLE_REFERENCE visibility:public/*package*/ <> ($refreshes$delegate:androidx.compose.runtime.MutableState, $section$delegate:androidx.compose.runtime.MutableState) returnType:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> [primary] VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$refreshes$delegate index:0 type:androidx.compose.runtime.MutableState VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$section$delegate index:1 type:androidx.compose.runtime.MutableState BLOCK_BODY SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null value: GET_VAR '$refreshes$delegate: androidx.compose.runtime.MutableState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..' type=androidx.compose.runtime.MutableState origin=null SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null value: GET_VAR '$section$delegate: androidx.compose.runtime.MutableState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..' type=androidx.compose.runtime.MutableState origin=null DELEGATING_CONSTRUCTOR_CALL 'public constructor () [primary] declared in kotlin.Any' BLOCK type=kotlin.Unit origin=null FUN name:emit visibility:public modality:FINAL <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.>, event:io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent, $completion:kotlin.coroutines.Continuation) returnType:kotlin.Any? [suspend] overridden: public abstract fun emit (value: T of kotlinx.coroutines.flow.FlowCollector, $completion: kotlin.coroutines.Continuation): kotlin.Any? [suspend] declared in kotlinx.coroutines.flow.FlowCollector $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> VALUE_PARAMETER name:event index:0 type:io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent VALUE_PARAMETER CONTINUATION_CLASS name:$completion index:1 type:kotlin.coroutines.Continuation BLOCK_BODY CLASS CONTINUATION_CLASS CLASS name: modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.ContinuationImpl] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. FIELD CONTINUATION_CLASS_RESULT_FIELD name:result type:kotlin.Result visibility:public/*package*/ FIELD FIELD_FOR_OUTER_THIS name:this$0 type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> visibility:public/*package*/ [final] FIELD name:label type:kotlin.Int visibility:public/*package*/ CONSTRUCTOR visibility:public/*package*/ <> (this$0:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.>, $completion:kotlin.coroutines.Continuation.invokeSuspend..emit.>?) returnType:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. [primary] VALUE_PARAMETER name:this$0 index:0 type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation.invokeSuspend..emit.>? BLOCK_BODY SET_FIELD 'FIELD FIELD_FOR_OUTER_THIS name:this$0 type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> visibility:public/*package*/ [final]' type=kotlin.Unit origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. origin=null value: GET_VAR 'this$0: io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit..' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null DELEGATING_CONSTRUCTOR_CALL 'public constructor ($completion: kotlin.coroutines.Continuation?) declared in kotlin.coroutines.jvm.internal.ContinuationImpl' $completion: GET_VAR '$completion: kotlin.coroutines.Continuation.invokeSuspend..emit.>? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit..' type=kotlin.coroutines.Continuation.invokeSuspend..emit.>? origin=null FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit., $result:kotlin.Result) returnType:kotlin.Any? overridden: public abstract fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in kotlin.coroutines.jvm.internal.ContinuationImpl $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. VALUE_PARAMETER name:$result index:0 type:kotlin.Result BLOCK_BODY SET_FIELD 'FIELD CONTINUATION_CLASS_RESULT_FIELD name:result type:kotlin.Result visibility:public/*package*/' type=kotlin.Unit origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. origin=null value: GET_VAR '$result: kotlin.Result declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit..invokeSuspend' type=kotlin.Result origin=null SET_FIELD 'FIELD name:label type:kotlin.Int visibility:public/*package*/' type=kotlin.Unit origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. origin=null value: CALL 'public final fun or (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null $this: GET_FIELD 'FIELD name:label type:kotlin.Int visibility:public/*package*/' type=kotlin.Int origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. origin=null other: CONST Int type=kotlin.Int value=-2147483648 RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit.' CALL 'public final fun emit (event: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent, $completion: kotlin.coroutines.Continuation): kotlin.Any? [suspend] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend.' type=kotlin.Any? origin=null $this: GET_FIELD 'FIELD FIELD_FOR_OUTER_THIS name:this$0 type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> visibility:public/*package*/ [final]' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. origin=null event: CONST Null type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent? value=null $completion: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit. origin=null BLOCK type=kotlin.Unit origin=WHEN VAR IR_TEMPORARY_VARIABLE name:tmp0_subject type:io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent [val] GET_VAR 'event: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent origin=null WHEN type=kotlin.Unit origin=WHEN BRANCH if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQ arg0: GET_VAR 'val tmp0_subject: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent origin=null arg1: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.Refresh visibility:public [final,static]' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.Refresh origin=null then: COMPOSITE type=kotlin.Unit origin=null BLOCK type=kotlin.Int origin=POSTFIX_INCR VAR IR_TEMPORARY_VARIABLE name:tmp1 type:kotlin.Int [val] CALL 'public final fun access$TopStoriesDomain$lambda$7 ($refreshes$delegate: androidx.compose.runtime.MutableState): kotlin.Int declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Int origin=POSTFIX_INCR $refreshes$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null CALL 'public final fun access$TopStoriesDomain$lambda$8 ($refreshes$delegate: androidx.compose.runtime.MutableState, value: kotlin.Int): kotlin.Unit declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Unit origin=POSTFIX_INCR $refreshes$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null value: CALL 'public final fun inc (): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=POSTFIX_INCR $this: GET_VAR 'val tmp1: kotlin.Int [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=kotlin.Int origin=null GET_VAR 'val tmp1: kotlin.Int [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=kotlin.Int origin=null COMPOSITE type=kotlin.Unit origin=null BRANCH if: TYPE_OP type=kotlin.Boolean origin=INSTANCEOF typeOperand=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.SelectSection GET_VAR 'val tmp0_subject: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent origin=null then: COMPOSITE type=kotlin.Unit origin=null BLOCK type=kotlin.Int origin=null CALL 'public final fun access$TopStoriesDomain$lambda$2 ($section$delegate: androidx.compose.runtime.MutableState, value: io.github.xxfast.nytimes.shared.models.TopStorySection?): kotlin.Unit declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Unit origin=EQ $section$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null value: WHEN type=io.github.xxfast.nytimes.shared.models.TopStorySection? origin=IF BRANCH if: BLOCK type=kotlin.Boolean origin=null VAR IR_TEMPORARY_VARIABLE name:tmp0 type:io.github.xxfast.nytimes.shared.models.TopStorySection [val] CALL 'public final fun getSection-Lq6q2mI (): io.github.xxfast.nytimes.shared.models.TopStorySection declared in io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.SelectSection' type=io.github.xxfast.nytimes.shared.models.TopStorySection origin=GET_PROPERTY $this: TYPE_OP type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.SelectSection origin=IMPLICIT_CAST typeOperand=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.SelectSection GET_VAR 'event: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent origin=null VAR IR_TEMPORARY_VARIABLE name:tmp1 type:io.github.xxfast.nytimes.shared.models.TopStorySection? [val] CALL 'public final fun access$TopStoriesDomain$lambda$1 ($section$delegate: androidx.compose.runtime.MutableState): io.github.xxfast.nytimes.shared.models.TopStorySection? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=io.github.xxfast.nytimes.shared.models.TopStorySection? origin=GET_LOCAL_PROPERTY $section$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null WHEN type=kotlin.Boolean origin=null BRANCH if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQ arg0: GET_VAR 'val tmp1: io.github.xxfast.nytimes.shared.models.TopStorySection? [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.shared.models.TopStorySection? origin=null arg1: CONST Null type=kotlin.Nothing? value=null then: CONST Boolean type=kotlin.Boolean value=false BRANCH if: CONST Boolean type=kotlin.Boolean value=true then: CALL 'public final fun equals-impl0 (p1: io.github.xxfast.nytimes.shared.models.TopStorySection, p2: io.github.xxfast.nytimes.shared.models.TopStorySection): kotlin.Boolean declared in io.github.xxfast.nytimes.shared.models.TopStorySection' type=kotlin.Boolean origin=null p1: GET_VAR 'val tmp0: io.github.xxfast.nytimes.shared.models.TopStorySection [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.shared.models.TopStorySection origin=null p2: TYPE_OP type=io.github.xxfast.nytimes.shared.models.TopStorySection origin=IMPLICIT_CAST typeOperand=io.github.xxfast.nytimes.shared.models.TopStorySection GET_VAR 'val tmp1: io.github.xxfast.nytimes.shared.models.TopStorySection? [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.shared.models.TopStorySection? origin=null then: CALL 'public final fun getHome-Lq6q2mI (): io.github.xxfast.nytimes.shared.models.TopStorySection declared in io.github.xxfast.nytimes.shared.models.TopStorySections' type=io.github.xxfast.nytimes.shared.models.TopStorySection origin=GET_PROPERTY $this: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:io.github.xxfast.nytimes.shared.models.TopStorySections visibility:public [final,static]' type=io.github.xxfast.nytimes.shared.models.TopStorySections origin=null BRANCH if: CONST Boolean type=kotlin.Boolean value=true then: CALL 'public final fun getSection-Lq6q2mI (): io.github.xxfast.nytimes.shared.models.TopStorySection declared in io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.SelectSection' type=io.github.xxfast.nytimes.shared.models.TopStorySection origin=GET_PROPERTY $this: TYPE_OP type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.SelectSection origin=IMPLICIT_CAST typeOperand=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent.SelectSection GET_VAR 'event: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent origin=null BLOCK type=kotlin.Int origin=POSTFIX_INCR VAR IR_TEMPORARY_VARIABLE name:tmp2 type:kotlin.Int [val] CALL 'public final fun access$TopStoriesDomain$lambda$7 ($refreshes$delegate: androidx.compose.runtime.MutableState): kotlin.Int declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Int origin=POSTFIX_INCR $refreshes$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null CALL 'public final fun access$TopStoriesDomain$lambda$8 ($refreshes$delegate: androidx.compose.runtime.MutableState, value: kotlin.Int): kotlin.Unit declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.Unit origin=POSTFIX_INCR $refreshes$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null value: CALL 'public final fun inc (): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=POSTFIX_INCR $this: GET_VAR 'val tmp2: kotlin.Int [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=kotlin.Int origin=null GET_VAR 'val tmp2: kotlin.Int [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=kotlin.Int origin=null COMPOSITE type=kotlin.Unit origin=null FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator] overridden: public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in kotlinx.coroutines.flow.FlowCollector $this: VALUE_PARAMETER FAKE_OVERRIDE name: type:kotlin.Any VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override] overridden: public open fun hashCode (): kotlin.Int [fake_override] declared in kotlinx.coroutines.flow.FlowCollector $this: VALUE_PARAMETER FAKE_OVERRIDE name: type:kotlin.Any FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override] overridden: public open fun toString (): kotlin.String [fake_override] declared in kotlinx.coroutines.flow.FlowCollector $this: VALUE_PARAMETER FAKE_OVERRIDE name: type:kotlin.Any FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final] FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final] FUN BRIDGE name:emit visibility:public modality:OPEN <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation) returnType:kotlin.Any? [suspend] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> VALUE_PARAMETER BRIDGE name:value index:0 type:kotlin.Any? VALUE_PARAMETER BRIDGE name:$completion index:1 type:kotlin.coroutines.Continuation EXPRESSION_BODY RETURN type=kotlin.Nothing from='public open fun emit (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation): kotlin.Any? [suspend] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend.' CALL 'public final fun emit (event: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent, $completion: kotlin.coroutines.Continuation): kotlin.Any? [suspend] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend.' type=kotlin.Any? origin=BRIDGE_DELEGATION $this: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null event: TYPE_OP type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent origin=IMPLICIT_CAST typeOperand=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesEvent GET_VAR 'value: kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=kotlin.Any? origin=null $completion: TYPE_OP type=kotlin.coroutines.Continuation<*> origin=IMPLICIT_CAST typeOperand=kotlin.coroutines.Continuation<*> GET_VAR '$completion: kotlin.coroutines.Continuation declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..emit' type=kotlin.coroutines.Continuation origin=null CONSTRUCTOR_CALL 'public/*package*/ constructor ($refreshes$delegate: androidx.compose.runtime.MutableState, $section$delegate: androidx.compose.runtime.MutableState) [primary] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend..invokeSuspend.> origin=null : $refreshes$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $section$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $completion: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invokeSuspend' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null FUN name:create visibility:public modality:FINAL <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain., value:kotlin.Any?, $completion:kotlin.coroutines.Continuation) returnType:kotlin.coroutines.Continuation overridden: public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation): kotlin.coroutines.Continuation declared in kotlin.coroutines.jvm.internal.SuspendLambda $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. VALUE_PARAMETER name:value index:0 type:kotlin.Any? VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation): kotlin.coroutines.Continuation declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' CONSTRUCTOR_CALL 'public/*package*/ constructor ($events: kotlinx.coroutines.flow.Flow, $refreshes$delegate: androidx.compose.runtime.MutableState, $section$delegate: androidx.compose.runtime.MutableState, $completion: kotlin.coroutines.Continuation>?) [primary] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $events: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$events type:kotlinx.coroutines.flow.Flow visibility:public/*package*/ [final]' type=kotlinx.coroutines.flow.Flow origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $refreshes$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $section$delegate: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final]' type=androidx.compose.runtime.MutableState origin=null receiver: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $completion: GET_VAR '$completion: kotlin.coroutines.Continuation declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..create' type=kotlin.coroutines.Continuation origin=null FUN name:invoke visibility:public modality:FINAL <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain., p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation?) returnType:kotlin.Any? overridden: public abstract fun invoke (p1: P1 of kotlin.jvm.functions.Function2, p2: P2 of kotlin.jvm.functions.Function2): R of kotlin.jvm.functions.Function2 declared in kotlin.jvm.functions.Function2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation? BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation?): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' CALL 'public final fun invokeSuspend ($result: kotlin.Result): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=kotlin.Any? origin=null $this: TYPE_OP type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=IMPLICIT_CAST typeOperand=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation): kotlin.coroutines.Continuation declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=kotlin.coroutines.Continuation origin=null $this: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=kotlinx.coroutines.CoroutineScope origin=null $completion: GET_VAR 'p2: kotlin.coroutines.Continuation? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=kotlin.coroutines.Continuation? origin=null $result: CALL 'public final fun (v: T of kotlin.jvm.internal.): R of kotlin.jvm.internal. declared in kotlin.jvm.internal' type=kotlin.Result origin=null : kotlin.Any? : kotlin.Result v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static]' type=kotlin.Unit origin=null FIELD FIELD_FOR_CAPTURED_VALUE name:$events type:kotlinx.coroutines.flow.Flow visibility:public/*package*/ [final] FIELD FIELD_FOR_CAPTURED_VALUE name:$refreshes$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final] FIELD FIELD_FOR_CAPTURED_VALUE name:$section$delegate type:androidx.compose.runtime.MutableState visibility:public/*package*/ [final] FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain., p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any? $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. VALUE_PARAMETER BRIDGE name:p1 index:0 type:kotlin.Any? VALUE_PARAMETER BRIDGE name:p2 index:1 type:kotlin.Any? EXPRESSION_BODY RETURN type=kotlin.Nothing from='public open fun invoke (p1: kotlin.Any?, p2: kotlin.Any?): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation?): kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=kotlin.Any? origin=BRIDGE_DELEGATION $this: GET_VAR ': io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope GET_VAR 'p1: kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=kotlin.Any? origin=null p2: TYPE_OP type=kotlin.coroutines.Continuation<*> origin=IMPLICIT_CAST typeOperand=kotlin.coroutines.Continuation<*> GET_VAR 'p2: kotlin.Any? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain..invoke' type=kotlin.Any? origin=null CONSTRUCTOR_CALL 'public/*package*/ constructor ($events: kotlinx.coroutines.flow.Flow, $refreshes$delegate: androidx.compose.runtime.MutableState, $section$delegate: androidx.compose.runtime.MutableState, $completion: kotlin.coroutines.Continuation>?) [primary] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain.' type=io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain. origin=null $events: GET_VAR 'events: kotlinx.coroutines.flow.Flow declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=kotlinx.coroutines.flow.Flow origin=null $refreshes$delegate: GET_VAR 'val refreshes$delegate: androidx.compose.runtime.MutableState [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=androidx.compose.runtime.MutableState origin=null $section$delegate: GET_VAR 'val section$delegate: androidx.compose.runtime.MutableState [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=androidx.compose.runtime.MutableState origin=null $completion: CONST Null type=kotlin.Nothing? value=null RETURN type=kotlin.Nothing from='public final fun TopStoriesDomain (initialState: io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState, events: kotlinx.coroutines.flow.Flow, webService: io.github.xxfast.nytimes.server.api.NyTimesWebService): io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' CONSTRUCTOR_CALL 'public constructor (section: io.github.xxfast.nytimes.shared.models.TopStorySection?, articles: kotlin.collections.List?, numberOfFavourites: kotlin.Int?, $constructor_marker: kotlin.jvm.internal.DefaultConstructorMarker?) declared in io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState' type=io.github.xxfast.nytimes.shared.domains.topStories.TopStoriesState origin=null section: CALL 'private final fun TopStoriesDomain$lambda$1 ($section$delegate: androidx.compose.runtime.MutableState): io.github.xxfast.nytimes.shared.models.TopStorySection? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=io.github.xxfast.nytimes.shared.models.TopStorySection? origin=GET_LOCAL_PROPERTY $section$delegate: GET_VAR 'val section$delegate: androidx.compose.runtime.MutableState [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=androidx.compose.runtime.MutableState origin=null articles: CALL 'private final fun TopStoriesDomain$lambda$4 ($articles$delegate: androidx.compose.runtime.MutableState?>): kotlin.collections.List? declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt' type=kotlin.collections.List? origin=GET_LOCAL_PROPERTY $articles$delegate: GET_VAR 'val articles$delegate: androidx.compose.runtime.MutableState?> [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=androidx.compose.runtime.MutableState?> origin=null numberOfFavourites: GET_VAR 'val numberOfFavourites: kotlin.Int? [val] declared in io.github.xxfast.nytimes.server.services.topStories.TopStoriesServiceKt.TopStoriesDomain' type=kotlin.Int? origin=null $constructor_marker: CONST Null type=kotlin.jvm.internal.DefaultConstructorMarker? value=null at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:51) at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate$default(FunctionCodegen.kt:43) at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethodNode(ClassCodegen.kt:390) at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethod(ClassCodegen.kt:407) at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generate(ClassCodegen.kt:169) at org.jetbrains.kotlin.backend.jvm.FileCodegen.lower(JvmPhases.kt:41) at org.jetbrains.kotlin.backend.common.phaser.FileLoweringPhaseAdapter.invoke(PhaseBuilders.kt:120) at org.jetbrains.kotlin.backend.common.phaser.FileLoweringPhaseAdapter.invoke(PhaseBuilders.kt:116) at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.phaseBody(CompilerPhase.kt:147) at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:94) at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invokeSequential(performByIrFile.kt:62) ... 44 more Caused by: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't inline method call: CALL 'public final fun remember (calculation: @[DisallowComposableCalls] kotlin.Function0): T of androidx.compose.runtime.ComposablesKt.remember [inline] declared in androidx.compose.runtime.ComposablesKt' type=androidx.compose.runtime.MutableState origin=null Method: null File is unknown The root cause java.lang.IllegalStateException was thrown at: org.jetbrains.kotlin.codegen.inline.SourceCompilerForInlineKt.getMethodNode(SourceCompilerForInline.kt:118) at org.jetbrains.kotlin.codegen.inline.InlineCodegen.performInline(InlineCodegen.kt:67) at org.jetbrains.kotlin.backend.jvm.codegen.IrInlineCodegen.genInlineCall(IrInlineCodegen.kt:162) at org.jetbrains.kotlin.backend.jvm.codegen.IrInlineCallGenerator.genCall(IrInlineCallGenerator.kt:36) at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:627) at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:134) at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:26) at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitVariable(ExpressionCodegen.kt:757) at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitVariable(ExpressionCodegen.kt:134) at org.jetbrains.kotlin.ir.declarations.IrVariable.accept(IrVariable.kt:38) at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:562) at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:567) at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:134) at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:25) at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:228) at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:122) at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47) ... 54 more Caused by: java.lang.IllegalStateException: couldn't find inline method Landroidx/compose/runtime/ComposablesKt;.remember(Lkotlin/jvm/functions/Function0;)Ljava/lang/Object; at org.jetbrains.kotlin.codegen.inline.SourceCompilerForInlineKt.getMethodNode(SourceCompilerForInline.kt:118) at org.jetbrains.kotlin.codegen.inline.SourceCompilerForInlineKt.loadCompiledInlineFunction(SourceCompilerForInline.kt:96) at org.jetbrains.kotlin.backend.jvm.codegen.IrSourceCompilerForInline.compileInlineFunction(IrSourceCompilerForInline.kt:91) at org.jetbrains.kotlin.codegen.inline.InlineCodegen.compileInline(InlineCodegen.kt:45) at org.jetbrains.kotlin.codegen.inline.InlineCodegen.performInline(InlineCodegen.kt:53) ... 69 more