Ayfri

error

Dec 23rd, 2021 (edited)
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 19.60 KB | None | 0 0
  1. org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
  2. File being compiled: C:/Users/Pierre/IdeaProjects/compose/minecraft-jsons/src/main/kotlin/templates/Recipe.kt
  3. The root cause java.lang.RuntimeException was thrown at: org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:50)
  4.     at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException(CodegenUtil.kt:239)
  5.     at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException$default(CodegenUtil.kt:235)
  6.     at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invokeSequential(performByIrFile.kt:68)
  7.     at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invoke(performByIrFile.kt:55)
  8.     at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invoke(performByIrFile.kt:41)
  9.     at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.invoke(CompilerPhase.kt:96)
  10.     at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:29)
  11.     at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.invoke(CompilerPhase.kt:96)
  12.     at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:29)
  13.     at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.invoke(CompilerPhase.kt:96)
  14.     at org.jetbrains.kotlin.backend.common.phaser.CompilerPhaseKt.invokeToplevel(CompilerPhase.kt:43)
  15.     at org.jetbrains.kotlin.backend.jvm.JvmIrCodegenFactory.doGenerateFilesInternal(JvmIrCodegenFactory.kt:195)
  16.     at org.jetbrains.kotlin.backend.jvm.JvmIrCodegenFactory.generateModule(JvmIrCodegenFactory.kt:60)
  17.     at org.jetbrains.kotlin.codegen.KotlinCodegenFacade.compileCorrectFiles(KotlinCodegenFacade.java:35)
  18.     at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.generate(KotlinToJVMBytecodeCompiler.kt:331)
  19.     at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli(KotlinToJVMBytecodeCompiler.kt:123)
  20.     at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli$default(KotlinToJVMBytecodeCompiler.kt:58)
  21.     at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:170)
  22.     at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:52)
  23.     at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:92)
  24.     at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:44)
  25.     at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:98)
  26.     at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:434)
  27.     at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:120)
  28.     at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally(IncrementalCompilerRunner.kt:357)
  29.     at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally$default(IncrementalCompilerRunner.kt:299)
  30.     at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl$rebuild(IncrementalCompilerRunner.kt:118)
  31.     at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalCompilerRunner.kt:169)
  32.     at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompilerRunner.kt:80)
  33.     at org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileServiceImpl.kt:622)
  34.     at org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(CompileServiceImpl.kt:100)
  35.     at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1713)
  36.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  38.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39.     at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  40.     at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
  41.     at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
  42.     at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
  43.     at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
  44.     at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  45.     at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587)
  46.     at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828)
  47.     at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705)
  48.     at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
  49.     at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704)
  50.     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  51.     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  52.     at java.base/java.lang.Thread.run(Thread.java:833)
  53. Caused by: java.lang.RuntimeException: Exception while generating code for:
  54. FUN name:write$Self visibility:public modality:FINAL <> (self:templates.CraftingShapedRecipeTemplate, output:kotlinx.serialization.encoding.CompositeEncoder, serialDesc:kotlinx.serialization.descriptors.SerialDescriptor) returnType:kotlin.Unit
  55.   annotations:
  56.     JvmStatic
  57.   VALUE_PARAMETER name:self index:0 type:templates.CraftingShapedRecipeTemplate
  58.   VALUE_PARAMETER name:output index:1 type:kotlinx.serialization.encoding.CompositeEncoder
  59.   VALUE_PARAMETER name:serialDesc index:2 type:kotlinx.serialization.descriptors.SerialDescriptor
  60.   BLOCK_BODY
  61.     CALL 'public final fun write$Self (self: templates.CraftRecipe, output: kotlinx.serialization.encoding.CompositeEncoder, serialDesc: kotlinx.serialization.descriptors.SerialDescriptor): kotlin.Unit declared in templates.CraftRecipe' type=kotlin.Unit origin=null
  62.       self: GET_VAR 'self: templates.CraftingShapedRecipeTemplate declared in templates.CraftingShapedRecipeTemplate.write$Self' type=templates.CraftingShapedRecipeTemplate origin=null
  63.       output: GET_VAR 'output: kotlinx.serialization.encoding.CompositeEncoder declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.encoding.CompositeEncoder origin=null
  64.       serialDesc: GET_VAR 'serialDesc: kotlinx.serialization.descriptors.SerialDescriptor declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.descriptors.SerialDescriptor origin=null
  65.     WHEN type=kotlin.Unit origin=null
  66.       BRANCH
  67.         if: WHEN type=kotlin.Boolean origin=null
  68.           BRANCH
  69.             if: CALL 'public open fun shouldEncodeElementDefault (descriptor: kotlinx.serialization.descriptors.SerialDescriptor, index: kotlin.Int): kotlin.Boolean declared in kotlinx.serialization.encoding.CompositeEncoder' type=kotlin.Boolean origin=null
  70.               $this: GET_VAR 'output: kotlinx.serialization.encoding.CompositeEncoder declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.encoding.CompositeEncoder origin=null
  71.               descriptor: GET_VAR 'serialDesc: kotlinx.serialization.descriptors.SerialDescriptor declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.descriptors.SerialDescriptor origin=null
  72.               index: CONST Int type=kotlin.Int value=2
  73.             then: CONST Boolean type=kotlin.Boolean value=true
  74.           BRANCH
  75.             if: CONST Boolean type=kotlin.Boolean value=true
  76.             then: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=EXCLEQ
  77.               $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EXCLEQ
  78.                 arg0: BLOCK type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.String> origin=null
  79.                   GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:pattern type:androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.String> visibility:private [final]' type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.String> origin=null
  80.                     receiver: GET_VAR 'self: templates.CraftingShapedRecipeTemplate declared in templates.CraftingShapedRecipeTemplate.write$Self' type=templates.CraftingShapedRecipeTemplate origin=null
  81.                 arg1: CALL 'public final fun mutableStateListOf <T> (): androidx.compose.runtime.snapshots.SnapshotStateList<T of androidx.compose.runtime.SnapshotStateKt.mutableStateListOf> declared in androidx.compose.runtime.SnapshotStateKt' type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.String> origin=null
  82.                   <T>: kotlin.String
  83.         then: CALL 'public abstract fun encodeSerializableElement <T> (descriptor: kotlinx.serialization.descriptors.SerialDescriptor, index: kotlin.Int, serializer: kotlinx.serialization.SerializationStrategy<T of kotlinx.serialization.encoding.CompositeEncoder.encodeSerializableElement>, value: T of kotlinx.serialization.encoding.CompositeEncoder.encodeSerializableElement): kotlin.Unit declared in kotlinx.serialization.encoding.CompositeEncoder' type=kotlin.Unit origin=null
  84.           <T>: androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.String>
  85.           $this: GET_VAR 'output: kotlinx.serialization.encoding.CompositeEncoder declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.encoding.CompositeEncoder origin=null
  86.           descriptor: GET_VAR 'serialDesc: kotlinx.serialization.descriptors.SerialDescriptor declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.descriptors.SerialDescriptor origin=null
  87.           index: CONST Int type=kotlin.Int value=2
  88.           serializer: CONSTRUCTOR_CALL 'public constructor <init> (dataSerializer: kotlinx.serialization.KSerializer<T of templates.SnapshotListSerializer>) [primary] declared in templates.SnapshotListSerializer' type=templates.SnapshotListSerializer<kotlin.String> origin=null
  89.             <class: T>: kotlin.String
  90.             dataSerializer: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlinx.serialization.internal.StringSerializer visibility:public [final,static]' type=kotlinx.serialization.internal.StringSerializer origin=null
  91.           value: BLOCK type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.String> origin=null
  92.             GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:pattern type:androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.String> visibility:private [final]' type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.String> origin=null
  93.               receiver: GET_VAR 'self: templates.CraftingShapedRecipeTemplate declared in templates.CraftingShapedRecipeTemplate.write$Self' type=templates.CraftingShapedRecipeTemplate origin=null
  94.     WHEN type=kotlin.Unit origin=null
  95.       BRANCH
  96.         if: WHEN type=kotlin.Boolean origin=null
  97.           BRANCH
  98.             if: CALL 'public open fun shouldEncodeElementDefault (descriptor: kotlinx.serialization.descriptors.SerialDescriptor, index: kotlin.Int): kotlin.Boolean declared in kotlinx.serialization.encoding.CompositeEncoder' type=kotlin.Boolean origin=null
  99.               $this: GET_VAR 'output: kotlinx.serialization.encoding.CompositeEncoder declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.encoding.CompositeEncoder origin=null
  100.               descriptor: GET_VAR 'serialDesc: kotlinx.serialization.descriptors.SerialDescriptor declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.descriptors.SerialDescriptor origin=null
  101.               index: CONST Int type=kotlin.Int value=3
  102.             then: CONST Boolean type=kotlin.Boolean value=true
  103.           BRANCH
  104.             if: CONST Boolean type=kotlin.Boolean value=true
  105.             then: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=EXCLEQ
  106.               $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EXCLEQ
  107.                 arg0: BLOCK type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.Pair<kotlin.String, templates.ItemTemplate>> origin=null
  108.                   GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:key type:androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.Pair<kotlin.String, templates.ItemTemplate>> visibility:private [final]' type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.Pair<kotlin.String, templates.ItemTemplate>> origin=null
  109.                     receiver: GET_VAR 'self: templates.CraftingShapedRecipeTemplate declared in templates.CraftingShapedRecipeTemplate.write$Self' type=templates.CraftingShapedRecipeTemplate origin=null
  110.                 arg1: CALL 'public final fun mutableStateListOf <T> (): androidx.compose.runtime.snapshots.SnapshotStateList<T of androidx.compose.runtime.SnapshotStateKt.mutableStateListOf> declared in androidx.compose.runtime.SnapshotStateKt' type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.Pair<kotlin.String, templates.ItemTemplate>> origin=null
  111.                   <T>: kotlin.Pair<kotlin.String, templates.ItemTemplate>
  112.         then: CALL 'public abstract fun encodeSerializableElement <T> (descriptor: kotlinx.serialization.descriptors.SerialDescriptor, index: kotlin.Int, serializer: kotlinx.serialization.SerializationStrategy<T of kotlinx.serialization.encoding.CompositeEncoder.encodeSerializableElement>, value: T of kotlinx.serialization.encoding.CompositeEncoder.encodeSerializableElement): kotlin.Unit declared in kotlinx.serialization.encoding.CompositeEncoder' type=kotlin.Unit origin=null
  113.           <T>: androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.Pair<kotlin.String, templates.ItemTemplate>>
  114.           $this: GET_VAR 'output: kotlinx.serialization.encoding.CompositeEncoder declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.encoding.CompositeEncoder origin=null
  115.           descriptor: GET_VAR 'serialDesc: kotlinx.serialization.descriptors.SerialDescriptor declared in templates.CraftingShapedRecipeTemplate.write$Self' type=kotlinx.serialization.descriptors.SerialDescriptor origin=null
  116.           index: CONST Int type=kotlin.Int value=3
  117.           serializer: CONSTRUCTOR_CALL 'public constructor <init> (keySerializer: kotlinx.serialization.KSerializer<K of templates.SnapshotListPairSerializer>, valueSerializer: kotlinx.serialization.KSerializer<V of templates.SnapshotListPairSerializer>) [primary] declared in templates.SnapshotListPairSerializer' type=templates.SnapshotListPairSerializer<kotlin.Pair<kotlin.String, templates.ItemTemplate>, V of templates.SnapshotListPairSerializer> origin=null
  118.             <class: K>: kotlin.Pair<kotlin.String, templates.ItemTemplate>
  119.             <class: V>: <none>
  120.             keySerializer: CONSTRUCTOR_CALL 'public constructor <init> (keySerializer: kotlinx.serialization.KSerializer<K of kotlinx.serialization.internal.PairSerializer>, valueSerializer: kotlinx.serialization.KSerializer<V of kotlinx.serialization.internal.PairSerializer>) [primary] declared in kotlinx.serialization.internal.PairSerializer' type=kotlinx.serialization.internal.PairSerializer<kotlin.String, templates.ItemTemplate> origin=null
  121.               <class: K>: kotlin.String
  122.               <class: V>: templates.ItemTemplate
  123.               keySerializer: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlinx.serialization.internal.StringSerializer visibility:public [final,static]' type=kotlinx.serialization.internal.StringSerializer origin=null
  124.               valueSerializer: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:templates.ItemTemplate.$serializer visibility:public [final,static]' type=templates.ItemTemplate.$serializer origin=null
  125.           value: BLOCK type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.Pair<kotlin.String, templates.ItemTemplate>> origin=null
  126.             GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:key type:androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.Pair<kotlin.String, templates.ItemTemplate>> visibility:private [final]' type=androidx.compose.runtime.snapshots.SnapshotStateList<kotlin.Pair<kotlin.String, templates.ItemTemplate>> origin=null
  127.               receiver: GET_VAR 'self: templates.CraftingShapedRecipeTemplate declared in templates.CraftingShapedRecipeTemplate.write$Self' type=templates.CraftingShapedRecipeTemplate origin=null
  128.  
  129.     at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:50)
  130.     at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate$default(FunctionCodegen.kt:43)
  131.     at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethodNode(ClassCodegen.kt:360)
  132.     at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethod(ClassCodegen.kt:377)
  133.     at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generate(ClassCodegen.kt:131)
  134.     at org.jetbrains.kotlin.backend.jvm.JvmLowerKt$codegenPhase$1$1.lower(JvmLower.kt:304)
  135.     at org.jetbrains.kotlin.backend.common.phaser.FileLoweringPhaseAdapter.invoke(PhaseBuilders.kt:120)
  136.     at org.jetbrains.kotlin.backend.common.phaser.FileLoweringPhaseAdapter.invoke(PhaseBuilders.kt:116)
  137.     at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.invoke(CompilerPhase.kt:96)
  138.     at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invokeSequential(performByIrFile.kt:65)
  139.     ... 46 more
  140. Caused by: java.lang.IllegalStateException: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER name:valueSerializer index:1 type:kotlinx.serialization.KSerializer<V of templates.SnapshotListPairSerializer>
  141.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generateConstructorArguments(ExpressionCodegen.kt:614)
  142.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitConstructorCall(ExpressionCodegen.kt:603)
  143.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitConstructorCall(ExpressionCodegen.kt:131)
  144.     at org.jetbrains.kotlin.ir.expressions.impl.IrConstructorCallImpl.accept(IrConstructorCallImpl.kt:28)
  145.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:211)
  146.     at org.jetbrains.kotlin.backend.jvm.codegen.IrCallGenerator$DefaultImpls.genValueAndPut(IrCallGenerator.kt:49)
  147.     at org.jetbrains.kotlin.backend.jvm.codegen.IrCallGenerator$DefaultCallGenerator.genValueAndPut(IrCallGenerator.kt:52)
  148.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:486)
  149.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:131)
  150.     at org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl.accept(IrCallImpl.kt:47)
  151.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitWhen(ExpressionCodegen.kt:996)
  152.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitWhen(ExpressionCodegen.kt:131)
  153.     at org.jetbrains.kotlin.ir.expressions.IrWhen.accept(IrWhen.kt:29)
  154.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:433)
  155.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:437)
  156.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:131)
  157.     at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBody.kt:54)
  158.     at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:228)
  159.     at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:122)
  160.     at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:48)
  161.     ... 55 more
  162.  
  163.  
  164.  
Add Comment
Please, Sign In to add comment