```
> Task :app:compileDebugKotlin FAILED
e: java.lang.IllegalStateException: Backend Internal error: Exception during code generation
Cause: Could not find package member for @java.lang.FunctionalInterface public fun <T : (kotlin.Any..kotlin.Any?)> Comparator(function: ((T..T?), (T..T?)) -> kotlin.Int): java.util.Comparator<T> defined in java.util[SamConstructorDescriptorImpl@4837426c] in package fragment Lazy Java package fragment: java.util while generating code for:
FUN LOCAL_FUNCTION_FOR_LAMBDA name:foo$lambda-3 visibility:private modality:FINAL <> ($receiver:androidx.compose.CommitScope) returnType:kotlin.Unit 
  $receiver: VALUE_PARAMETER name:<this> type:androidx.compose.CommitScope 
  BLOCK_BODY
    RETURN type=kotlin.Nothing from='private final fun foo$lambda-3 (): kotlin.Unit declared in dev.mishkun.trycompose.ProgramKt'
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public final fun maxWith <T> (comparator: java.util.Comparator<in T of kotlin.collections.maxWith>): T of kotlin.collections.maxWith? declared in kotlin.collections' type=kotlin.Int? origin=null
          <T>: kotlin.Int
          $receiver: CALL 'public final fun rangeTo (other: kotlin.Int): kotlin.ranges.IntRange declared in kotlin.Int' type=kotlin.ranges.IntRange origin=RANGE
            $this: CONST Int type=kotlin.Int value=0
            other: CONST Int type=kotlin.Int value=10
          comparator: CALL 'public final fun Comparator <T> (function: kotlin.Function2<T of java.util.Comparator?, T of java.util.Comparator?, kotlin.Int>): java.util.Comparator<T of java.util.Comparator> declared in java.util' type=java.util.Comparator<kotlin.Int> origin=null
            <T>: kotlin.Int
            function: BLOCK type=kotlin.Function2<kotlin.Int?, kotlin.Int?, kotlin.Int> origin=LAMBDA
              COMPOSITE type=kotlin.Unit origin=null
              BLOCK type=kotlin.Function2<kotlin.Int?, kotlin.Int?, kotlin.Int> origin=null
                CLASS FUNCTION_REFERENCE_IMPL CLASS name:$foo$lambda-3$lambda-2$3 modality:FINAL visibility:public superTypes:[kotlin.jvm.internal.Lambda; kotlin.jvm.functions.Function2<kotlin.Int?, kotlin.Int?, kotlin.Int>]
                  $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 
                  CONSTRUCTOR FUNCTION_REFERENCE_IMPL visibility:public <> () returnType:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 [primary] 
                    BLOCK_BODY
                      DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int) declared in kotlin.jvm.internal.Lambda'
                        arity: CONST Int type=kotlin.Int value=2
                      BLOCK type=kotlin.Unit origin=null
                  FUN FUNCTION_REFERENCE_IMPL name:invoke visibility:public modality:FINAL <> ($this:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3, a:kotlin.Int?, b:kotlin.Int?) returnType:kotlin.Int 
                    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:<this> type:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 
                    VALUE_PARAMETER name:a index:0 type:kotlin.Int? 
                    VALUE_PARAMETER name:b index:1 type:kotlin.Int? 
                    BLOCK_BODY
                      RETURN type=kotlin.Nothing from='public final fun invoke (a: kotlin.Int?, b: kotlin.Int?): kotlin.Int declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3'
                        CALL 'public final fun access$foo$lambda-3$lambda-2 (a: kotlin.Int?, b: kotlin.Int?): kotlin.Int declared in dev.mishkun.trycompose.ProgramKt' type=kotlin.Int origin=null
                          a: GET_VAR 'a: kotlin.Int? declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=kotlin.Int? origin=null
                          b: GET_VAR 'b: kotlin.Int? declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=kotlin.Int? origin=null
                  FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3, p1:kotlin.Any, p2:kotlin.Any) returnType:kotlin.Any 
                    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 
                    VALUE_PARAMETER BRIDGE name:p1 index:0 type:kotlin.Any 
                    VALUE_PARAMETER BRIDGE name:p2 index:1 type:kotlin.Any 
                    BLOCK_BODY
                      RETURN type=kotlin.Nothing from='public open fun invoke (p1: kotlin.Any, p2: kotlin.Any): kotlin.Any declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3'
                        TYPE_OP type=kotlin.Any origin=IMPLICIT_CAST typeOperand=kotlin.Any
                          CALL 'public final fun invoke (a: kotlin.Int?, b: kotlin.Int?): kotlin.Int declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3' type=kotlin.Int origin=BRIDGE_DELEGATION
                            $this: TYPE_OP type=dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 origin=IMPLICIT_CAST typeOperand=dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3
                              GET_VAR '<this>: dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 origin=null
                            a: TYPE_OP type=kotlin.Int? origin=IMPLICIT_CAST typeOperand=kotlin.Int?
                              GET_VAR 'p1: kotlin.Any declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=kotlin.Any origin=null
                            b: TYPE_OP type=kotlin.Int? origin=IMPLICIT_CAST typeOperand=kotlin.Int?
                              GET_VAR 'p2: kotlin.Any declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=kotlin.Any origin=null
                CALL 'public constructor <init> () [primary] declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3' type=dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 origin=null

Element is unknownThe root cause was thrown at: FunctionCodegen.kt:40
	at org.jetbrains.kotlin.codegen.CompilationErrorHandler.lambda$static$0(CompilationErrorHandler.java:24)
	at org.jetbrains.kotlin.backend.jvm.JvmBackendFacade.doGenerateFilesInternal$backend_jvm(JvmBackendFacade.kt:56)
	at org.jetbrains.kotlin.backend.jvm.JvmIrCodegenFactory.generateModule(JvmIrCodegenFactory.kt:37)
	at org.jetbrains.kotlin.codegen.KotlinCodegenFacade.doGenerateFiles(KotlinCodegenFacade.java:47)
	at org.jetbrains.kotlin.codegen.KotlinCodegenFacade.compileCorrectFiles(KotlinCodegenFacade.java:39)
	at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.generate(KotlinToJVMBytecodeCompiler.kt:475)
	at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli(KotlinToJVMBytecodeCompiler.kt:165)
	at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:169)
	at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:58)
	at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:84)
	at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:42)
	at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:103)
	at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:372)
	at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:105)
	at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally(IncrementalCompilerRunner.kt:237)
	at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.access$compileIncrementally(IncrementalCompilerRunner.kt:37)
	at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner$compile$2.invoke(IncrementalCompilerRunner.kt:79)
	at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompilerRunner.kt:91)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl.execIncrementalCompiler(CompileServiceImpl.kt:583)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl.access$execIncrementalCompiler(CompileServiceImpl.kt:102)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl$compile$$inlined$ifAlive$lambda$2.invoke(CompileServiceImpl.kt:455)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl$compile$$inlined$ifAlive$lambda$2.invoke(CompileServiceImpl.kt:102)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl$doCompile$$inlined$ifAlive$lambda$2.invoke(CompileServiceImpl.kt:1009)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl$doCompile$$inlined$ifAlive$lambda$2.invoke(CompileServiceImpl.kt:102)
	at org.jetbrains.kotlin.daemon.common.DummyProfiler.withMeasure(PerfUtils.kt:137)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl.checkedCompile(CompileServiceImpl.kt:1051)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl.doCompile(CompileServiceImpl.kt:1008)
	at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:454)
	at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
	at sun.rmi.transport.Transport$1.run(Transport.java:200)
	at sun.rmi.transport.Transport$1.run(Transport.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Could not find package member for @java.lang.FunctionalInterface public fun <T : (kotlin.Any..kotlin.Any?)> Comparator(function: ((T..T?), (T..T?)) -> kotlin.Int): java.util.Comparator<T> defined in java.util[SamConstructorDescriptorImpl@4837426c] in package fragment Lazy Java package fragment: java.util while generating code for:
FUN LOCAL_FUNCTION_FOR_LAMBDA name:foo$lambda-3 visibility:private modality:FINAL <> ($receiver:androidx.compose.CommitScope) returnType:kotlin.Unit 
  $receiver: VALUE_PARAMETER name:<this> type:androidx.compose.CommitScope 
  BLOCK_BODY
    RETURN type=kotlin.Nothing from='private final fun foo$lambda-3 (): kotlin.Unit declared in dev.mishkun.trycompose.ProgramKt'
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public final fun maxWith <T> (comparator: java.util.Comparator<in T of kotlin.collections.maxWith>): T of kotlin.collections.maxWith? declared in kotlin.collections' type=kotlin.Int? origin=null
          <T>: kotlin.Int
          $receiver: CALL 'public final fun rangeTo (other: kotlin.Int): kotlin.ranges.IntRange declared in kotlin.Int' type=kotlin.ranges.IntRange origin=RANGE
            $this: CONST Int type=kotlin.Int value=0
            other: CONST Int type=kotlin.Int value=10
          comparator: CALL 'public final fun Comparator <T> (function: kotlin.Function2<T of java.util.Comparator?, T of java.util.Comparator?, kotlin.Int>): java.util.Comparator<T of java.util.Comparator> declared in java.util' type=java.util.Comparator<kotlin.Int> origin=null
            <T>: kotlin.Int
            function: BLOCK type=kotlin.Function2<kotlin.Int?, kotlin.Int?, kotlin.Int> origin=LAMBDA
              COMPOSITE type=kotlin.Unit origin=null
              BLOCK type=kotlin.Function2<kotlin.Int?, kotlin.Int?, kotlin.Int> origin=null
                CLASS FUNCTION_REFERENCE_IMPL CLASS name:$foo$lambda-3$lambda-2$3 modality:FINAL visibility:public superTypes:[kotlin.jvm.internal.Lambda; kotlin.jvm.functions.Function2<kotlin.Int?, kotlin.Int?, kotlin.Int>]
                  $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 
                  CONSTRUCTOR FUNCTION_REFERENCE_IMPL visibility:public <> () returnType:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 [primary] 
                    BLOCK_BODY
                      DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int) declared in kotlin.jvm.internal.Lambda'
                        arity: CONST Int type=kotlin.Int value=2
                      BLOCK type=kotlin.Unit origin=null
                  FUN FUNCTION_REFERENCE_IMPL name:invoke visibility:public modality:FINAL <> ($this:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3, a:kotlin.Int?, b:kotlin.Int?) returnType:kotlin.Int 
                    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:<this> type:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 
                    VALUE_PARAMETER name:a index:0 type:kotlin.Int? 
                    VALUE_PARAMETER name:b index:1 type:kotlin.Int? 
                    BLOCK_BODY
                      RETURN type=kotlin.Nothing from='public final fun invoke (a: kotlin.Int?, b: kotlin.Int?): kotlin.Int declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3'
                        CALL 'public final fun access$foo$lambda-3$lambda-2 (a: kotlin.Int?, b: kotlin.Int?): kotlin.Int declared in dev.mishkun.trycompose.ProgramKt' type=kotlin.Int origin=null
                          a: GET_VAR 'a: kotlin.Int? declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=kotlin.Int? origin=null
                          b: GET_VAR 'b: kotlin.Int? declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=kotlin.Int? origin=null
                  FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3, p1:kotlin.Any, p2:kotlin.Any) returnType:kotlin.Any 
                    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 
                    VALUE_PARAMETER BRIDGE name:p1 index:0 type:kotlin.Any 
                    VALUE_PARAMETER BRIDGE name:p2 index:1 type:kotlin.Any 
                    BLOCK_BODY
                      RETURN type=kotlin.Nothing from='public open fun invoke (p1: kotlin.Any, p2: kotlin.Any): kotlin.Any declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3'
                        TYPE_OP type=kotlin.Any origin=IMPLICIT_CAST typeOperand=kotlin.Any
                          CALL 'public final fun invoke (a: kotlin.Int?, b: kotlin.Int?): kotlin.Int declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3' type=kotlin.Int origin=BRIDGE_DELEGATION
                            $this: TYPE_OP type=dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 origin=IMPLICIT_CAST typeOperand=dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3
                              GET_VAR '<this>: dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 origin=null
                            a: TYPE_OP type=kotlin.Int? origin=IMPLICIT_CAST typeOperand=kotlin.Int?
                              GET_VAR 'p1: kotlin.Any declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=kotlin.Any origin=null
                            b: TYPE_OP type=kotlin.Int? origin=IMPLICIT_CAST typeOperand=kotlin.Int?
                              GET_VAR 'p2: kotlin.Any declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3.invoke' type=kotlin.Any origin=null
                CALL 'public constructor <init> () [primary] declared in dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3' type=dev.mishkun.trycompose.ProgramKt.foo$lambda-3.$foo$lambda-3$lambda-2$3 origin=null

	at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:40)
	at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethod(ClassCodegen.kt:240)
	at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateDeclaration(ClassCodegen.kt:199)
	at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generate(ClassCodegen.kt:121)
	at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen$Companion.generate(ClassCodegen.kt:184)
	at org.jetbrains.kotlin.backend.jvm.JvmCodegen.generateClass(JvmCodegen.kt:24)
	at org.jetbrains.kotlin.backend.jvm.JvmBackend.generateFile(JvmBackend.kt:40)
	at org.jetbrains.kotlin.backend.jvm.JvmBackendFacade.doGenerateFilesInternal$backend_jvm(JvmBackendFacade.kt:53)
	... 42 more
Caused by: java.lang.RuntimeException: Could not find package member for @java.lang.FunctionalInterface public fun <T : (kotlin.Any..kotlin.Any?)> Comparator(function: ((T..T?), (T..T?)) -> kotlin.Int): java.util.Comparator<T> defined in java.util[SamConstructorDescriptorImpl@4837426c] in package fragment Lazy Java package fragment: java.util
	at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper$Companion.internalNameForPackageMemberOwner(KotlinTypeMapper.kt:1303)
	at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper$Companion.access$internalNameForPackageMemberOwner(KotlinTypeMapper.kt:1227)
	at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapOwner(KotlinTypeMapper.kt:142)
	at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapOwner(KotlinTypeMapper.kt:119)
	at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapToCallableMethod(KotlinTypeMapper.kt:511)
	at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapToCallableMethod$default(KotlinTypeMapper.kt:383)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.resolveToCallable(ExpressionCodegen.kt:1262)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generateCall(ExpressionCodegen.kt:298)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:264)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:105)
	at org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl.accept(IrCallImpl.kt:82)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:424)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:419)
	at org.jetbrains.kotlin.backend.jvm.codegen.IrCallGenerator$DefaultImpls.genValueAndPut(IrCallGenerator.kt:50)
	at org.jetbrains.kotlin.backend.jvm.codegen.IrCallGenerator$DefaultCallGenerator.genValueAndPut(IrCallGenerator.kt:57)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generateCall(ExpressionCodegen.kt:336)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generateCall(ExpressionCodegen.kt:302)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:264)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:105)
	at org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl.accept(IrCallImpl.kt:82)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitTypeOperator(ExpressionCodegen.kt:806)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitTypeOperator(ExpressionCodegen.kt:105)
	at org.jetbrains.kotlin.ir.expressions.impl.IrTypeOperatorCallImpl.accept(IrTypeOperatorCallImpl.kt:54)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:424)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:419)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:671)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:105)
	at org.jetbrains.kotlin.ir.expressions.impl.IrReturnImpl.accept(IrReturnImpl.kt:40)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:424)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:239)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:246)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:105)
	at org.jetbrains.kotlin.ir.expressions.impl.IrBlockBodyImpl.accept(IrBlockBodyImpl.kt:40)
	at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:129)
	at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:59)
	at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:38)
	... 49 more


FAILURE: Build failed with an exception.
```