Skip to content

Instantly share code, notes, and snippets.

@centralhardware
Created November 10, 2024 09:46
Show Gist options
  • Save centralhardware/0e5f7b07bc7d12d7496781d69191a300 to your computer and use it in GitHub Desktop.
Save centralhardware/0e5f7b07bc7d12d7496781d69191a300 to your computer and use it in GitHub Desktop.
> Task :compileKotlin FAILED
e: org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
File being compiled: /Users/alex/IdeaProjects/znatoki_statistic/src/main/kotlin/me/centralhardware/znatoki/telegram/statistic/service/ReportService.kt
The root cause java.lang.RuntimeException was thrown at: org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException(CodegenUtil.kt:253)
at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException$default(CodegenUtil.kt:236)
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:166)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:113)
at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:27)
at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:14)
at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.phaseBody(CompilerPhase.kt:166)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:113)
at org.jetbrains.kotlin.backend.common.phaser.CompilerPhaseKt.invokeToplevel(CompilerPhase.kt:62)
at org.jetbrains.kotlin.backend.jvm.JvmIrCodegenFactory.invokeCodegen(JvmIrCodegenFactory.kt:371)
at org.jetbrains.kotlin.codegen.CodegenFactory.generateModule(CodegenFactory.kt:47)
at org.jetbrains.kotlin.backend.jvm.JvmIrCodegenFactory.generateModuleInFrontendIRMode(JvmIrCodegenFactory.kt:433)
at org.jetbrains.kotlin.cli.jvm.compiler.pipeline.JvmCompilerPipelineKt.generateCodeFromIr(jvmCompilerPipeline.kt:246)
at org.jetbrains.kotlin.cli.jvm.compiler.pipeline.JvmCompilerPipelineKt.compileModulesUsingFrontendIrAndLightTree(jvmCompilerPipeline.kt:142)
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:148)
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:43)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:103)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:49)
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101)
at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:464)
at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:73)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.doCompile(IncrementalCompilerRunner.kt:506)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalCompilerRunner.kt:423)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.tryCompileIncrementally$lambda$9$compile(IncrementalCompilerRunner.kt:249)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.tryCompileIncrementally(IncrementalCompilerRunner.kt:267)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompilerRunner.kt:120)
at org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileServiceImpl.kt:675)
at org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(CompileServiceImpl.kt:92)
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1660)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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:714)
at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.RuntimeException: Exception while generating code for:
FUN name:getReport visibility:private modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService, getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, id:kotlin.Long) returnType:kotlin.collections.List<java.io.File>
$this: VALUE_PARAMETER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService
VALUE_PARAMETER name:getTime index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER name:getPayments index:1 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER name:id index:2 type:kotlin.Long
BLOCK_BODY
VAR name:user type:kotlin.collections.List<java.io.File>? [val]
BLOCK type=kotlin.collections.List<java.io.File>? origin=FOLDED_SAFE_CALL
WHEN type=kotlin.collections.List<java.io.File>? origin=FOLDED_SAFE_CALL
BRANCH
if: COMPOSITE type=kotlin.Boolean origin=null
VAR IR_TEMPORARY_VARIABLE name:tmp0_safe_receiver type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? [val]
CALL 'public final fun findById (id: kotlin.Long): me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? declared in me.centralhardware.znatoki.telegram.statistic.mapper.UserMapper' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? origin=null
$this: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:me.centralhardware.znatoki.telegram.statistic.mapper.UserMapper visibility:public [final,static] declared in me.centralhardware.znatoki.telegram.statistic.mapper.UserMapper' type=me.centralhardware.znatoki.telegram.statistic.mapper.UserMapper origin=null
id: GET_VAR 'id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.Long 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_safe_receiver: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? origin=null
arg1: CONST Null type=kotlin.Nothing? value=null
then: CALL 'public final fun let <T, R> (block: kotlin.Function1<T of kotlin.StandardKt.let, R of kotlin.StandardKt.let>): R of kotlin.StandardKt.let [inline] declared in kotlin.StandardKt' type=kotlin.collections.List<java.io.File> origin=null
<T>: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser
<R>: kotlin.collections.List<java.io.File>
$receiver: GET_VAR 'val tmp0_safe_receiver: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? origin=null
block: BLOCK type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, kotlin.collections.List<java.io.File>> origin=LAMBDA
COMPOSITE type=kotlin.Unit origin=null
FUNCTION_REFERENCE 'private final fun getReport$lambda$1 ($id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser): kotlin.collections.List<java.io.File> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService' type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, kotlin.collections.List<java.io.File>> origin=INLINE_LAMBDA reflectionTarget=null
$id: GET_VAR 'id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.Long origin=null
$getTime: GET_VAR 'getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$getPayments: GET_VAR 'getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
BRANCH
if: CONST Boolean type=kotlin.Boolean value=true
then: CONST Null type=kotlin.Nothing? value=null
RETURN type=kotlin.Nothing from='private final fun getReport (getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, id: kotlin.Long): kotlin.collections.List<java.io.File> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService'
BLOCK type=kotlin.collections.List<java.io.File> origin=FOLDED_ELVIS
WHEN type=kotlin.collections.List<java.io.File> origin=FOLDED_ELVIS
BRANCH
if: COMPOSITE type=kotlin.Boolean 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 user: kotlin.collections.List<java.io.File>? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.collections.List<java.io.File>? origin=null
arg1: CONST Null type=kotlin.Nothing? value=null
then: GET_VAR 'val user: kotlin.collections.List<java.io.File>? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.collections.List<java.io.File>? origin=null
BRANCH
if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'public final fun emptyList <T> (): kotlin.collections.List<T of kotlin.collections.CollectionsKt.emptyList> declared in kotlin.collections.CollectionsKt' type=kotlin.collections.List<java.io.File> origin=null
<T>: java.io.File
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate$default(FunctionCodegen.kt:40)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethodNode(ClassCodegen.kt:406)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethod(ClassCodegen.kt:423)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generate(ClassCodegen.kt:168)
at org.jetbrains.kotlin.backend.jvm.FileCodegen.lower(JvmPhases.kt:39)
at org.jetbrains.kotlin.backend.common.phaser.PhaseFactoriesKt.createFilePhase$lambda$4(PhaseFactories.kt:71)
at org.jetbrains.kotlin.backend.common.phaser.PhaseBuildersKt$createSimpleNamedCompilerPhase$1.phaseBody(PhaseBuilders.kt:69)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:226)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:113)
at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invokeSequential(performByIrFile.kt:62)
... 44 more
Caused by: java.lang.RuntimeException: Exception while generating code for:
FUN INLINE_LAMBDA name:getReport$lambda$1 visibility:private modality:FINAL <> ($id:kotlin.Long, $getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, user:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser) returnType:kotlin.collections.List<java.io.File>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:0 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:1 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:2 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER name:user index:3 type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser
BLOCK_BODY
VAR name:$i$a$-let-ReportService$getReport$user$1 type:kotlin.Int [val]
CONST Int type=kotlin.Int value=0
RETURN type=kotlin.Nothing from='private final fun getReport$lambda$1 ($id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser): kotlin.collections.List<java.io.File> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService'
CALL 'public final fun mapNotNull <T, R> (transform: kotlin.Function1<T of kotlin.collections.CollectionsKt.mapNotNull, R of kotlin.collections.CollectionsKt.mapNotNull?>): kotlin.collections.List<R of kotlin.collections.CollectionsKt.mapNotNull> [inline] declared in kotlin.collections.CollectionsKt' type=kotlin.collections.List<java.io.File> origin=null
<T>: kotlin.Long
<R>: java.io.File
$receiver: CALL 'public final fun <get-services> (): kotlin.collections.List<kotlin.Long> declared in me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser' type=kotlin.collections.List<kotlin.Long> origin=GET_PROPERTY
$this: GET_VAR 'user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
transform: BLOCK type=kotlin.Function1<kotlin.Long, java.io.File?> origin=LAMBDA
COMPOSITE type=kotlin.Unit origin=null
FUNCTION_REFERENCE 'private final fun getReport$lambda$1$lambda$0 ($user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, serviceId: kotlin.Long): java.io.File? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService' type=kotlin.Function1<kotlin.Long, java.io.File?> origin=INLINE_LAMBDA reflectionTarget=null
$user: GET_VAR 'user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
$id: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=kotlin.Long origin=null
$getTime: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$getPayments: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.jvm.codegen.IrSourceCompilerForInline.generateLambdaBody(IrSourceCompilerForInline.kt:67)
at org.jetbrains.kotlin.codegen.inline.ExpressionLambda.generateLambdaBody(LambdaInfo.kt:72)
at org.jetbrains.kotlin.backend.jvm.codegen.IrInlineCodegen.genValueAndPut(IrInlineCodegen.kt:100)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall$handleParameter(ExpressionCodegen.kt:616)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:644)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitWhen(ExpressionCodegen.kt:1101)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitWhen(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrWhen.accept(IrWhen.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitContainerExpression(ExpressionCodegen.kt:593)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitContainerExpression(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.visitors.IrElementVisitor$DefaultImpls.visitBlock(IrElementVisitor.kt:122)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlock(ExpressionCodegen.kt:413)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlock(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlock.accept(IrBlock.kt:18)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitVariable(ExpressionCodegen.kt:790)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitVariable(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.declarations.IrVariable.accept(IrVariable.kt:36)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:584)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:20)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:240)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:123)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:44)
... 54 more
Caused by: java.lang.RuntimeException: Exception while generating code for:
FUN INLINE_LAMBDA name:getReport$lambda$1$lambda$0 visibility:private modality:FINAL <> ($user:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $id:kotlin.Long, $getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, serviceId:kotlin.Long) returnType:java.io.File?
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$user index:0 type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:2 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:3 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER name:serviceId index:4 type:kotlin.Long
BLOCK_BODY
VAR name:$i$a$-mapNotNull-ReportService$getReport$user$1$1 type:kotlin.Int [val]
CONST Int type=kotlin.Int value=0
RETURN type=kotlin.Nothing from='private final fun getReport$lambda$1$lambda$0 ($user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, serviceId: kotlin.Long): java.io.File? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService'
TYPE_OP type=java.io.File? origin=IMPLICIT_CAST typeOperand=java.io.File?
CALL 'public final fun runBlocking$default <T> (context: kotlin.coroutines.CoroutineContext?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.runBlocking$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): T of kotlinx.coroutines.BuildersKt.runBlocking$default declared in kotlinx.coroutines.BuildersKt' type=T of kotlinx.coroutines.BuildersKt.runBlocking$default origin=DEFAULT_DISPATCH_CALL
<T>: java.io.File?
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<java.io.File?>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
FIELD FIELD_FOR_CAPTURED_VALUE name:L$0 type:kotlin.Any? visibility:private
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($user:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $serviceId:kotlin.Long, $id:kotlin.Long, $getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$user index:0 type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:2 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:3 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:4 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER name:$completion index:5 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
VAR name:$this$runBlocking type:kotlinx.coroutines.CoroutineScope [val]
BLOCK type=kotlinx.coroutines.CoroutineScope origin=null
GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:L$0 type:kotlin.Any? visibility:private declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlinx.coroutines.CoroutineScope origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
VAR name:times type:kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val]
TYPE_OP type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
CALL 'public final fun async$default <T> (context: kotlin.coroutines.CoroutineContext?, start: kotlinx.coroutines.CoroutineStart?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.async$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> declared in kotlinx.coroutines.BuildersKt' type=kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> origin=DEFAULT_DISPATCH_CALL
<T>: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>
$receiver: GET_VAR 'val $this$runBlocking: kotlinx.coroutines.CoroutineScope [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.CoroutineScope origin=null
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
start: COMPOSITE type=kotlinx.coroutines.CoroutineStart? origin=DEFAULT_VALUE
CONST Null type=kotlinx.coroutines.CoroutineStart? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id:kotlin.Long, $serviceId:kotlin.Long, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:2 type:kotlin.Long
VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public abstract fun invoke (p1: P1 of kotlin.Function2, p2: P2 of kotlin.Function2): R of kotlin.Function2 [operator] declared in kotlin.Function2' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=INVOKE
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p2: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=3
$handler: CONST Null type=kotlin.Any? value=null
VAR name:payments type:kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> [val]
TYPE_OP type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
CALL 'public final fun async$default <T> (context: kotlin.coroutines.CoroutineContext?, start: kotlinx.coroutines.CoroutineStart?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.async$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> declared in kotlinx.coroutines.BuildersKt' type=kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> origin=DEFAULT_DISPATCH_CALL
<T>: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>
$receiver: GET_VAR 'val $this$runBlocking: kotlinx.coroutines.CoroutineScope [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.CoroutineScope origin=null
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
start: COMPOSITE type=kotlinx.coroutines.CoroutineStart? origin=DEFAULT_VALUE
CONST Null type=kotlinx.coroutines.CoroutineStart? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id:kotlin.Long, $serviceId:kotlin.Long, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:2 type:kotlin.Long
VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public abstract fun invoke (p1: P1 of kotlin.Function2, p2: P2 of kotlin.Function2): R of kotlin.Function2 [operator] declared in kotlin.Function2' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment> origin=INVOKE
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p2: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=3
$handler: CONST Null type=kotlin.Any? value=null
VAR name:service type:me.centralhardware.znatoki.telegram.statistic.entity.Service? [val]
CALL 'public final fun firstOrNull <T> (predicate: kotlin.Function1<T of kotlin.collections.CollectionsKt.firstOrNull, kotlin.Boolean>): T of kotlin.collections.CollectionsKt.firstOrNull? [inline] declared in kotlin.collections.CollectionsKt' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
<T>: me.centralhardware.znatoki.telegram.statistic.entity.Service
$receiver: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=null
$this: GET_VAR 'val times: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
predicate: BLOCK type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.Service, kotlin.Boolean> origin=LAMBDA
COMPOSITE type=kotlin.Unit origin=null
FUNCTION_REFERENCE 'private final fun invokeSuspend$lambda$0 ($serviceId: kotlin.Long, time: me.centralhardware.znatoki.telegram.statistic.entity.Service): kotlin.Boolean declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.Service, kotlin.Boolean> origin=INLINE_LAMBDA reflectionTarget=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
WHEN type=kotlin.Unit origin=IF
BRANCH
if: 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: GET_VAR 'val service: me.centralhardware.znatoki.telegram.statistic.entity.Service? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
arg1: CONST Null type=kotlin.Nothing? value=null
then: RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CONST Null type=kotlin.Nothing? value=null
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CALL 'public final fun generate (times: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>, payments: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>): java.io.File? declared in me.centralhardware.znatoki.telegram.statistic.report.MonthReport' type=java.io.File? origin=null
$this: CONSTRUCTOR_CALL 'public constructor <init> (fio: kotlin.String, service: kotlin.Long, date: java.time.LocalDateTime, userId: kotlin.Long) [primary] declared in me.centralhardware.znatoki.telegram.statistic.report.MonthReport' type=me.centralhardware.znatoki.telegram.statistic.report.MonthReport origin=null
fio: CALL 'public final fun <get-name> (): kotlin.String declared in me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser' type=kotlin.String origin=GET_PROPERTY
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
service: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
date: CALL 'public final fun <get-dateTime> (): java.time.LocalDateTime [fake_override] declared in kotlin.Nothing' type=java.time.LocalDateTime origin=GET_PROPERTY
$this: BLOCK type=kotlin.Nothing origin=null
CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=kotlin.Nothing origin=EXCLEXCL
<T0>: kotlin.Nothing
arg0: GET_VAR 'val service: me.centralhardware.znatoki.telegram.statistic.entity.Service? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
CALL 'public final fun throwKotlinNothingValueException (): kotlin.Nothing declared in kotlin.jvm.internal.Intrinsics' type=kotlin.Nothing origin=null
userId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
times: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=null
$this: GET_VAR 'val times: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
payments: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment> origin=null
$this: GET_VAR 'val payments: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> [val]
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $serviceId: kotlin.Long, $id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$user: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:L$0 type:kotlin.Any? visibility:private declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=null
receiver: GET_VAR 'val tmp0_result: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR 'value: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=kotlin.Any? origin=null
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
GET_VAR 'val tmp0_result: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<java.io.File?>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<java.io.File?>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<java.io.File?>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<java.io.File?>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=kotlin.coroutines.Continuation<java.io.File?>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final]
FUN INLINE_LAMBDA name:invokeSuspend$lambda$0 visibility:private modality:FINAL <> ($serviceId:kotlin.Long, time:me.centralhardware.znatoki.telegram.statistic.entity.Service) returnType:kotlin.Boolean
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:0 type:kotlin.Long
VALUE_PARAMETER name:time index:1 type:me.centralhardware.znatoki.telegram.statistic.entity.Service
BLOCK_BODY
VAR name:$i$a$-firstOrNull-ReportService$getReport$user$1$1$1$service$1 type:kotlin.Int [val]
CONST Int type=kotlin.Int value=0
RETURN type=kotlin.Nothing from='private final fun invokeSuspend$lambda$0 ($serviceId: kotlin.Long, time: me.centralhardware.znatoki.telegram.statistic.entity.Service): kotlin.Boolean declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
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 <get-serviceId> (): kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.entity.Service' type=kotlin.Long origin=GET_PROPERTY
$this: GET_VAR 'time: me.centralhardware.znatoki.telegram.statistic.entity.Service declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend$lambda$0' type=me.centralhardware.znatoki.telegram.statistic.entity.Service origin=null
arg1: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend$lambda$0' type=kotlin.Long origin=null
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<java.io.File?>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $serviceId: kotlin.Long, $id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$user: GET_VAR '$user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
$serviceId: GET_VAR 'serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=kotlin.Long origin=null
$id: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=kotlin.Long origin=null
$getTime: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$getPayments: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=1
$handler: CONST Null type=kotlin.Any? value=null
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.jvm.codegen.IrSourceCompilerForInline.generateLambdaBody(IrSourceCompilerForInline.kt:67)
at org.jetbrains.kotlin.codegen.inline.ExpressionLambda.generateLambdaBody(LambdaInfo.kt:72)
at org.jetbrains.kotlin.backend.jvm.codegen.IrInlineCodegen.genValueAndPut(IrInlineCodegen.kt:100)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall$handleParameter(ExpressionCodegen.kt:616)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:644)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:1051)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrReturn.accept(IrReturn.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:584)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:20)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:240)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:123)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:44)
... 81 more
Caused by: java.lang.RuntimeException: Exception while generating code for:
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
VAR name:$this$runBlocking type:kotlinx.coroutines.CoroutineScope [val]
BLOCK type=kotlinx.coroutines.CoroutineScope origin=null
GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:L$0 type:kotlin.Any? visibility:private declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlinx.coroutines.CoroutineScope origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
VAR name:times type:kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val]
TYPE_OP type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
CALL 'public final fun async$default <T> (context: kotlin.coroutines.CoroutineContext?, start: kotlinx.coroutines.CoroutineStart?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.async$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> declared in kotlinx.coroutines.BuildersKt' type=kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> origin=DEFAULT_DISPATCH_CALL
<T>: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>
$receiver: GET_VAR 'val $this$runBlocking: kotlinx.coroutines.CoroutineScope [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.CoroutineScope origin=null
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
start: COMPOSITE type=kotlinx.coroutines.CoroutineStart? origin=DEFAULT_VALUE
CONST Null type=kotlinx.coroutines.CoroutineStart? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id:kotlin.Long, $serviceId:kotlin.Long, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:2 type:kotlin.Long
VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public abstract fun invoke (p1: P1 of kotlin.Function2, p2: P2 of kotlin.Function2): R of kotlin.Function2 [operator] declared in kotlin.Function2' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=INVOKE
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p2: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=3
$handler: CONST Null type=kotlin.Any? value=null
VAR name:payments type:kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> [val]
TYPE_OP type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
CALL 'public final fun async$default <T> (context: kotlin.coroutines.CoroutineContext?, start: kotlinx.coroutines.CoroutineStart?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.async$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> declared in kotlinx.coroutines.BuildersKt' type=kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> origin=DEFAULT_DISPATCH_CALL
<T>: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>
$receiver: GET_VAR 'val $this$runBlocking: kotlinx.coroutines.CoroutineScope [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.CoroutineScope origin=null
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
start: COMPOSITE type=kotlinx.coroutines.CoroutineStart? origin=DEFAULT_VALUE
CONST Null type=kotlinx.coroutines.CoroutineStart? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id:kotlin.Long, $serviceId:kotlin.Long, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:2 type:kotlin.Long
VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public abstract fun invoke (p1: P1 of kotlin.Function2, p2: P2 of kotlin.Function2): R of kotlin.Function2 [operator] declared in kotlin.Function2' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment> origin=INVOKE
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p2: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=3
$handler: CONST Null type=kotlin.Any? value=null
VAR name:service type:me.centralhardware.znatoki.telegram.statistic.entity.Service? [val]
CALL 'public final fun firstOrNull <T> (predicate: kotlin.Function1<T of kotlin.collections.CollectionsKt.firstOrNull, kotlin.Boolean>): T of kotlin.collections.CollectionsKt.firstOrNull? [inline] declared in kotlin.collections.CollectionsKt' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
<T>: me.centralhardware.znatoki.telegram.statistic.entity.Service
$receiver: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=null
$this: GET_VAR 'val times: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
predicate: BLOCK type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.Service, kotlin.Boolean> origin=LAMBDA
COMPOSITE type=kotlin.Unit origin=null
FUNCTION_REFERENCE 'private final fun invokeSuspend$lambda$0 ($serviceId: kotlin.Long, time: me.centralhardware.znatoki.telegram.statistic.entity.Service): kotlin.Boolean declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.Service, kotlin.Boolean> origin=INLINE_LAMBDA reflectionTarget=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
WHEN type=kotlin.Unit origin=IF
BRANCH
if: 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: GET_VAR 'val service: me.centralhardware.znatoki.telegram.statistic.entity.Service? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
arg1: CONST Null type=kotlin.Nothing? value=null
then: RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CONST Null type=kotlin.Nothing? value=null
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CALL 'public final fun generate (times: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>, payments: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>): java.io.File? declared in me.centralhardware.znatoki.telegram.statistic.report.MonthReport' type=java.io.File? origin=null
$this: CONSTRUCTOR_CALL 'public constructor <init> (fio: kotlin.String, service: kotlin.Long, date: java.time.LocalDateTime, userId: kotlin.Long) [primary] declared in me.centralhardware.znatoki.telegram.statistic.report.MonthReport' type=me.centralhardware.znatoki.telegram.statistic.report.MonthReport origin=null
fio: CALL 'public final fun <get-name> (): kotlin.String declared in me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser' type=kotlin.String origin=GET_PROPERTY
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
service: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
date: CALL 'public final fun <get-dateTime> (): java.time.LocalDateTime [fake_override] declared in kotlin.Nothing' type=java.time.LocalDateTime origin=GET_PROPERTY
$this: BLOCK type=kotlin.Nothing origin=null
CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=kotlin.Nothing origin=EXCLEXCL
<T0>: kotlin.Nothing
arg0: GET_VAR 'val service: me.centralhardware.znatoki.telegram.statistic.entity.Service? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
CALL 'public final fun throwKotlinNothingValueException (): kotlin.Nothing declared in kotlin.jvm.internal.Intrinsics' type=kotlin.Nothing origin=null
userId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
times: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=null
$this: GET_VAR 'val times: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
payments: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment> origin=null
$this: GET_VAR 'val payments: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate$default(FunctionCodegen.kt:40)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethodNode(ClassCodegen.kt:406)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethod(ClassCodegen.kt:423)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generate(ClassCodegen.kt:168)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitClass(ExpressionCodegen.kt:1000)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitClass(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.declarations.IrClass.accept(IrClass.kt:72)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitContainerExpression(ExpressionCodegen.kt:593)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitContainerExpression(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.visitors.IrElementVisitor$DefaultImpls.visitBlock(IrElementVisitor.kt:122)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlock(ExpressionCodegen.kt:413)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlock(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlock.accept(IrBlock.kt:18)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:217)
at org.jetbrains.kotlin.backend.jvm.codegen.IrCallGenerator.genValueAndPut(IrCallGenerator.kt:48)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall$handleParameter(ExpressionCodegen.kt:616)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:644)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitTypeOperator(ExpressionCodegen.kt:1127)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitTypeOperator(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrTypeOperatorCall.accept(IrTypeOperatorCall.kt:26)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:1051)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrReturn.accept(IrReturn.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:584)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:20)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:240)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:123)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:44)
... 98 more
Caused by: java.lang.IllegalStateException: Fake override should have at least one overridden descriptor: FUN FAKE_OVERRIDE name:<get-dateTime> visibility:public modality:FINAL <> ($this:kotlin.Nothing) returnType:java.time.LocalDateTime [fake_override]
at org.jetbrains.kotlin.backend.jvm.ir.JvmIrUtilsKt.findSuperDeclaration(JvmIrUtils.kt:408)
at org.jetbrains.kotlin.backend.jvm.mapping.MethodSignatureMapper.findSuperDeclaration(MethodSignatureMapper.kt:443)
at org.jetbrains.kotlin.backend.jvm.mapping.MethodSignatureMapper.mapToCallableMethod(MethodSignatureMapper.kt:412)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:605)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:217)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generateConstructorArguments(ExpressionCodegen.kt:771)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitConstructorCall(ExpressionCodegen.kt:759)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitConstructorCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrConstructorCall.accept(IrConstructorCall.kt:27)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:217)
at org.jetbrains.kotlin.backend.jvm.codegen.IrCallGenerator.genValueAndPut(IrCallGenerator.kt:48)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall$handleParameter(ExpressionCodegen.kt:616)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:625)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:1051)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrReturn.accept(IrReturn.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:584)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:20)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:240)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:123)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:44)
... 131 more
org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
File being compiled: /Users/alex/IdeaProjects/znatoki_statistic/src/main/kotlin/me/centralhardware/znatoki/telegram/statistic/service/ReportService.kt
The root cause java.lang.RuntimeException was thrown at: org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException(CodegenUtil.kt:253)
at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException$default(CodegenUtil.kt:236)
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:166)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:113)
at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:27)
at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:14)
at org.jetbrains.kotlin.backend.common.phaser.NamedCompilerPhase.phaseBody(CompilerPhase.kt:166)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:113)
at org.jetbrains.kotlin.backend.common.phaser.CompilerPhaseKt.invokeToplevel(CompilerPhase.kt:62)
at org.jetbrains.kotlin.backend.jvm.JvmIrCodegenFactory.invokeCodegen(JvmIrCodegenFactory.kt:371)
at org.jetbrains.kotlin.codegen.CodegenFactory.generateModule(CodegenFactory.kt:47)
at org.jetbrains.kotlin.backend.jvm.JvmIrCodegenFactory.generateModuleInFrontendIRMode(JvmIrCodegenFactory.kt:433)
at org.jetbrains.kotlin.cli.jvm.compiler.pipeline.JvmCompilerPipelineKt.generateCodeFromIr(jvmCompilerPipeline.kt:246)
at org.jetbrains.kotlin.cli.jvm.compiler.pipeline.JvmCompilerPipelineKt.compileModulesUsingFrontendIrAndLightTree(jvmCompilerPipeline.kt:142)
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:148)
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:43)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:103)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:49)
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101)
at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:464)
at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:73)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.doCompile(IncrementalCompilerRunner.kt:506)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalCompilerRunner.kt:423)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.tryCompileIncrementally$lambda$9$compile(IncrementalCompilerRunner.kt:249)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.tryCompileIncrementally(IncrementalCompilerRunner.kt:267)
at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompilerRunner.kt:120)
at org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileServiceImpl.kt:675)
at org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(CompileServiceImpl.kt:92)
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1660)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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:714)
at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.RuntimeException: Exception while generating code for:
FUN name:getReport visibility:private modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService, getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, id:kotlin.Long) returnType:kotlin.collections.List<java.io.File>
$this: VALUE_PARAMETER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService
VALUE_PARAMETER name:getTime index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER name:getPayments index:1 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER name:id index:2 type:kotlin.Long
BLOCK_BODY
VAR name:user type:kotlin.collections.List<java.io.File>? [val]
BLOCK type=kotlin.collections.List<java.io.File>? origin=FOLDED_SAFE_CALL
WHEN type=kotlin.collections.List<java.io.File>? origin=FOLDED_SAFE_CALL
BRANCH
if: COMPOSITE type=kotlin.Boolean origin=null
VAR IR_TEMPORARY_VARIABLE name:tmp0_safe_receiver type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? [val]
CALL 'public final fun findById (id: kotlin.Long): me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? declared in me.centralhardware.znatoki.telegram.statistic.mapper.UserMapper' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? origin=null
$this: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:me.centralhardware.znatoki.telegram.statistic.mapper.UserMapper visibility:public [final,static] declared in me.centralhardware.znatoki.telegram.statistic.mapper.UserMapper' type=me.centralhardware.znatoki.telegram.statistic.mapper.UserMapper origin=null
id: GET_VAR 'id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.Long 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_safe_receiver: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? origin=null
arg1: CONST Null type=kotlin.Nothing? value=null
then: CALL 'public final fun let <T, R> (block: kotlin.Function1<T of kotlin.StandardKt.let, R of kotlin.StandardKt.let>): R of kotlin.StandardKt.let [inline] declared in kotlin.StandardKt' type=kotlin.collections.List<java.io.File> origin=null
<T>: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser
<R>: kotlin.collections.List<java.io.File>
$receiver: GET_VAR 'val tmp0_safe_receiver: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser? origin=null
block: BLOCK type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, kotlin.collections.List<java.io.File>> origin=LAMBDA
COMPOSITE type=kotlin.Unit origin=null
FUNCTION_REFERENCE 'private final fun getReport$lambda$1 ($id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser): kotlin.collections.List<java.io.File> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService' type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, kotlin.collections.List<java.io.File>> origin=INLINE_LAMBDA reflectionTarget=null
$id: GET_VAR 'id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.Long origin=null
$getTime: GET_VAR 'getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$getPayments: GET_VAR 'getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
BRANCH
if: CONST Boolean type=kotlin.Boolean value=true
then: CONST Null type=kotlin.Nothing? value=null
RETURN type=kotlin.Nothing from='private final fun getReport (getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, id: kotlin.Long): kotlin.collections.List<java.io.File> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService'
BLOCK type=kotlin.collections.List<java.io.File> origin=FOLDED_ELVIS
WHEN type=kotlin.collections.List<java.io.File> origin=FOLDED_ELVIS
BRANCH
if: COMPOSITE type=kotlin.Boolean 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 user: kotlin.collections.List<java.io.File>? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.collections.List<java.io.File>? origin=null
arg1: CONST Null type=kotlin.Nothing? value=null
then: GET_VAR 'val user: kotlin.collections.List<java.io.File>? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport' type=kotlin.collections.List<java.io.File>? origin=null
BRANCH
if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'public final fun emptyList <T> (): kotlin.collections.List<T of kotlin.collections.CollectionsKt.emptyList> declared in kotlin.collections.CollectionsKt' type=kotlin.collections.List<java.io.File> origin=null
<T>: java.io.File
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate$default(FunctionCodegen.kt:40)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethodNode(ClassCodegen.kt:406)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethod(ClassCodegen.kt:423)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generate(ClassCodegen.kt:168)
at org.jetbrains.kotlin.backend.jvm.FileCodegen.lower(JvmPhases.kt:39)
at org.jetbrains.kotlin.backend.common.phaser.PhaseFactoriesKt.createFilePhase$lambda$4(PhaseFactories.kt:71)
at org.jetbrains.kotlin.backend.common.phaser.PhaseBuildersKt$createSimpleNamedCompilerPhase$1.phaseBody(PhaseBuilders.kt:69)
at org.jetbrains.kotlin.backend.common.phaser.SimpleNamedCompilerPhase.phaseBody(CompilerPhase.kt:226)
at org.jetbrains.kotlin.backend.common.phaser.AbstractNamedCompilerPhase.invoke(CompilerPhase.kt:113)
at org.jetbrains.kotlin.backend.common.phaser.PerformByIrFilePhase.invokeSequential(performByIrFile.kt:62)
... 44 more
Caused by: java.lang.RuntimeException: Exception while generating code for:
FUN INLINE_LAMBDA name:getReport$lambda$1 visibility:private modality:FINAL <> ($id:kotlin.Long, $getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, user:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser) returnType:kotlin.collections.List<java.io.File>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:0 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:1 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:2 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER name:user index:3 type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser
BLOCK_BODY
VAR name:$i$a$-let-ReportService$getReport$user$1 type:kotlin.Int [val]
CONST Int type=kotlin.Int value=0
RETURN type=kotlin.Nothing from='private final fun getReport$lambda$1 ($id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser): kotlin.collections.List<java.io.File> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService'
CALL 'public final fun mapNotNull <T, R> (transform: kotlin.Function1<T of kotlin.collections.CollectionsKt.mapNotNull, R of kotlin.collections.CollectionsKt.mapNotNull?>): kotlin.collections.List<R of kotlin.collections.CollectionsKt.mapNotNull> [inline] declared in kotlin.collections.CollectionsKt' type=kotlin.collections.List<java.io.File> origin=null
<T>: kotlin.Long
<R>: java.io.File
$receiver: CALL 'public final fun <get-services> (): kotlin.collections.List<kotlin.Long> declared in me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser' type=kotlin.collections.List<kotlin.Long> origin=GET_PROPERTY
$this: GET_VAR 'user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
transform: BLOCK type=kotlin.Function1<kotlin.Long, java.io.File?> origin=LAMBDA
COMPOSITE type=kotlin.Unit origin=null
FUNCTION_REFERENCE 'private final fun getReport$lambda$1$lambda$0 ($user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, serviceId: kotlin.Long): java.io.File? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService' type=kotlin.Function1<kotlin.Long, java.io.File?> origin=INLINE_LAMBDA reflectionTarget=null
$user: GET_VAR 'user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
$id: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=kotlin.Long origin=null
$getTime: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$getPayments: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.jvm.codegen.IrSourceCompilerForInline.generateLambdaBody(IrSourceCompilerForInline.kt:67)
at org.jetbrains.kotlin.codegen.inline.ExpressionLambda.generateLambdaBody(LambdaInfo.kt:72)
at org.jetbrains.kotlin.backend.jvm.codegen.IrInlineCodegen.genValueAndPut(IrInlineCodegen.kt:100)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall$handleParameter(ExpressionCodegen.kt:616)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:644)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitWhen(ExpressionCodegen.kt:1101)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitWhen(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrWhen.accept(IrWhen.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitContainerExpression(ExpressionCodegen.kt:593)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitContainerExpression(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.visitors.IrElementVisitor$DefaultImpls.visitBlock(IrElementVisitor.kt:122)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlock(ExpressionCodegen.kt:413)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlock(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlock.accept(IrBlock.kt:18)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitVariable(ExpressionCodegen.kt:790)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitVariable(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.declarations.IrVariable.accept(IrVariable.kt:36)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:584)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:20)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:240)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:123)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:44)
... 54 more
Caused by: java.lang.RuntimeException: Exception while generating code for:
FUN INLINE_LAMBDA name:getReport$lambda$1$lambda$0 visibility:private modality:FINAL <> ($user:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $id:kotlin.Long, $getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, serviceId:kotlin.Long) returnType:java.io.File?
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$user index:0 type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:2 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:3 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER name:serviceId index:4 type:kotlin.Long
BLOCK_BODY
VAR name:$i$a$-mapNotNull-ReportService$getReport$user$1$1 type:kotlin.Int [val]
CONST Int type=kotlin.Int value=0
RETURN type=kotlin.Nothing from='private final fun getReport$lambda$1$lambda$0 ($user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, serviceId: kotlin.Long): java.io.File? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService'
TYPE_OP type=java.io.File? origin=IMPLICIT_CAST typeOperand=java.io.File?
CALL 'public final fun runBlocking$default <T> (context: kotlin.coroutines.CoroutineContext?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.runBlocking$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): T of kotlinx.coroutines.BuildersKt.runBlocking$default declared in kotlinx.coroutines.BuildersKt' type=T of kotlinx.coroutines.BuildersKt.runBlocking$default origin=DEFAULT_DISPATCH_CALL
<T>: java.io.File?
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<java.io.File?>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
FIELD FIELD_FOR_CAPTURED_VALUE name:L$0 type:kotlin.Any? visibility:private
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($user:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $serviceId:kotlin.Long, $id:kotlin.Long, $getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$user index:0 type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:2 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:3 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:4 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER name:$completion index:5 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
VAR name:$this$runBlocking type:kotlinx.coroutines.CoroutineScope [val]
BLOCK type=kotlinx.coroutines.CoroutineScope origin=null
GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:L$0 type:kotlin.Any? visibility:private declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlinx.coroutines.CoroutineScope origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
VAR name:times type:kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val]
TYPE_OP type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
CALL 'public final fun async$default <T> (context: kotlin.coroutines.CoroutineContext?, start: kotlinx.coroutines.CoroutineStart?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.async$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> declared in kotlinx.coroutines.BuildersKt' type=kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> origin=DEFAULT_DISPATCH_CALL
<T>: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>
$receiver: GET_VAR 'val $this$runBlocking: kotlinx.coroutines.CoroutineScope [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.CoroutineScope origin=null
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
start: COMPOSITE type=kotlinx.coroutines.CoroutineStart? origin=DEFAULT_VALUE
CONST Null type=kotlinx.coroutines.CoroutineStart? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id:kotlin.Long, $serviceId:kotlin.Long, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:2 type:kotlin.Long
VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public abstract fun invoke (p1: P1 of kotlin.Function2, p2: P2 of kotlin.Function2): R of kotlin.Function2 [operator] declared in kotlin.Function2' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=INVOKE
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p2: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=3
$handler: CONST Null type=kotlin.Any? value=null
VAR name:payments type:kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> [val]
TYPE_OP type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
CALL 'public final fun async$default <T> (context: kotlin.coroutines.CoroutineContext?, start: kotlinx.coroutines.CoroutineStart?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.async$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> declared in kotlinx.coroutines.BuildersKt' type=kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> origin=DEFAULT_DISPATCH_CALL
<T>: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>
$receiver: GET_VAR 'val $this$runBlocking: kotlinx.coroutines.CoroutineScope [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.CoroutineScope origin=null
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
start: COMPOSITE type=kotlinx.coroutines.CoroutineStart? origin=DEFAULT_VALUE
CONST Null type=kotlinx.coroutines.CoroutineStart? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id:kotlin.Long, $serviceId:kotlin.Long, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:2 type:kotlin.Long
VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public abstract fun invoke (p1: P1 of kotlin.Function2, p2: P2 of kotlin.Function2): R of kotlin.Function2 [operator] declared in kotlin.Function2' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment> origin=INVOKE
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p2: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=3
$handler: CONST Null type=kotlin.Any? value=null
VAR name:service type:me.centralhardware.znatoki.telegram.statistic.entity.Service? [val]
CALL 'public final fun firstOrNull <T> (predicate: kotlin.Function1<T of kotlin.collections.CollectionsKt.firstOrNull, kotlin.Boolean>): T of kotlin.collections.CollectionsKt.firstOrNull? [inline] declared in kotlin.collections.CollectionsKt' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
<T>: me.centralhardware.znatoki.telegram.statistic.entity.Service
$receiver: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=null
$this: GET_VAR 'val times: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
predicate: BLOCK type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.Service, kotlin.Boolean> origin=LAMBDA
COMPOSITE type=kotlin.Unit origin=null
FUNCTION_REFERENCE 'private final fun invokeSuspend$lambda$0 ($serviceId: kotlin.Long, time: me.centralhardware.znatoki.telegram.statistic.entity.Service): kotlin.Boolean declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.Service, kotlin.Boolean> origin=INLINE_LAMBDA reflectionTarget=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
WHEN type=kotlin.Unit origin=IF
BRANCH
if: 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: GET_VAR 'val service: me.centralhardware.znatoki.telegram.statistic.entity.Service? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
arg1: CONST Null type=kotlin.Nothing? value=null
then: RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CONST Null type=kotlin.Nothing? value=null
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CALL 'public final fun generate (times: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>, payments: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>): java.io.File? declared in me.centralhardware.znatoki.telegram.statistic.report.MonthReport' type=java.io.File? origin=null
$this: CONSTRUCTOR_CALL 'public constructor <init> (fio: kotlin.String, service: kotlin.Long, date: java.time.LocalDateTime, userId: kotlin.Long) [primary] declared in me.centralhardware.znatoki.telegram.statistic.report.MonthReport' type=me.centralhardware.znatoki.telegram.statistic.report.MonthReport origin=null
fio: CALL 'public final fun <get-name> (): kotlin.String declared in me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser' type=kotlin.String origin=GET_PROPERTY
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
service: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
date: CALL 'public final fun <get-dateTime> (): java.time.LocalDateTime [fake_override] declared in kotlin.Nothing' type=java.time.LocalDateTime origin=GET_PROPERTY
$this: BLOCK type=kotlin.Nothing origin=null
CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=kotlin.Nothing origin=EXCLEXCL
<T0>: kotlin.Nothing
arg0: GET_VAR 'val service: me.centralhardware.znatoki.telegram.statistic.entity.Service? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
CALL 'public final fun throwKotlinNothingValueException (): kotlin.Nothing declared in kotlin.jvm.internal.Intrinsics' type=kotlin.Nothing origin=null
userId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
times: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=null
$this: GET_VAR 'val times: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
payments: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment> origin=null
$this: GET_VAR 'val payments: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> [val]
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $serviceId: kotlin.Long, $id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$user: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:L$0 type:kotlin.Any? visibility:private declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Unit origin=null
receiver: GET_VAR 'val tmp0_result: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR 'value: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=kotlin.Any? origin=null
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
GET_VAR 'val tmp0_result: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<java.io.File?>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<java.io.File?>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<java.io.File?>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<java.io.File?>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=kotlin.coroutines.Continuation<java.io.File?>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final]
FUN INLINE_LAMBDA name:invokeSuspend$lambda$0 visibility:private modality:FINAL <> ($serviceId:kotlin.Long, time:me.centralhardware.znatoki.telegram.statistic.entity.Service) returnType:kotlin.Boolean
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:0 type:kotlin.Long
VALUE_PARAMETER name:time index:1 type:me.centralhardware.znatoki.telegram.statistic.entity.Service
BLOCK_BODY
VAR name:$i$a$-firstOrNull-ReportService$getReport$user$1$1$1$service$1 type:kotlin.Int [val]
CONST Int type=kotlin.Int value=0
RETURN type=kotlin.Nothing from='private final fun invokeSuspend$lambda$0 ($serviceId: kotlin.Long, time: me.centralhardware.znatoki.telegram.statistic.entity.Service): kotlin.Boolean declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
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 <get-serviceId> (): kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.entity.Service' type=kotlin.Long origin=GET_PROPERTY
$this: GET_VAR 'time: me.centralhardware.znatoki.telegram.statistic.entity.Service declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend$lambda$0' type=me.centralhardware.znatoki.telegram.statistic.entity.Service origin=null
arg1: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend$lambda$0' type=kotlin.Long origin=null
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<java.io.File?>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser, $serviceId: kotlin.Long, $id: kotlin.Long, $getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$user: GET_VAR '$user: me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
$serviceId: GET_VAR 'serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=kotlin.Long origin=null
$id: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=kotlin.Long origin=null
$getTime: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$getPayments: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=1
$handler: CONST Null type=kotlin.Any? value=null
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.jvm.codegen.IrSourceCompilerForInline.generateLambdaBody(IrSourceCompilerForInline.kt:67)
at org.jetbrains.kotlin.codegen.inline.ExpressionLambda.generateLambdaBody(LambdaInfo.kt:72)
at org.jetbrains.kotlin.backend.jvm.codegen.IrInlineCodegen.genValueAndPut(IrInlineCodegen.kt:100)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall$handleParameter(ExpressionCodegen.kt:616)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:644)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:1051)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrReturn.accept(IrReturn.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:584)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:20)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:240)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:123)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:44)
... 81 more
Caused by: java.lang.RuntimeException: Exception while generating code for:
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
VAR name:$this$runBlocking type:kotlinx.coroutines.CoroutineScope [val]
BLOCK type=kotlinx.coroutines.CoroutineScope origin=null
GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:L$0 type:kotlin.Any? visibility:private declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlinx.coroutines.CoroutineScope origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
VAR name:times type:kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val]
TYPE_OP type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
CALL 'public final fun async$default <T> (context: kotlin.coroutines.CoroutineContext?, start: kotlinx.coroutines.CoroutineStart?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.async$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> declared in kotlinx.coroutines.BuildersKt' type=kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> origin=DEFAULT_DISPATCH_CALL
<T>: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>
$receiver: GET_VAR 'val $this$runBlocking: kotlinx.coroutines.CoroutineScope [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.CoroutineScope origin=null
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
start: COMPOSITE type=kotlinx.coroutines.CoroutineStart? origin=DEFAULT_VALUE
CONST Null type=kotlinx.coroutines.CoroutineStart? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($getTime:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id:kotlin.Long, $serviceId:kotlin.Long, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getTime index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:2 type:kotlin.Long
VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public abstract fun invoke (p1: P1 of kotlin.Function2, p2: P2 of kotlin.Function2): R of kotlin.Function2 [operator] declared in kotlin.Function2' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=INVOKE
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p2: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getTime: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getTime: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getTime type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=3
$handler: CONST Null type=kotlin.Any? value=null
VAR name:payments type:kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> [val]
TYPE_OP type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
CALL 'public final fun async$default <T> (context: kotlin.coroutines.CoroutineContext?, start: kotlinx.coroutines.CoroutineStart?, block: @[ExtensionFunctionType] kotlin.coroutines.SuspendFunction1<kotlinx.coroutines.CoroutineScope, T of kotlinx.coroutines.BuildersKt.async$default>, $mask0: kotlin.Int, $handler: kotlin.Any?): kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> declared in kotlinx.coroutines.BuildersKt' type=kotlinx.coroutines.Deferred<T of kotlinx.coroutines.BuildersKt.async$default> origin=DEFAULT_DISPATCH_CALL
<T>: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>
$receiver: GET_VAR 'val $this$runBlocking: kotlinx.coroutines.CoroutineScope [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.CoroutineScope origin=null
context: COMPOSITE type=kotlin.coroutines.CoroutineContext? origin=DEFAULT_VALUE
CONST Null type=kotlin.coroutines.CoroutineContext? value=null
start: COMPOSITE type=kotlinx.coroutines.CoroutineStart? origin=DEFAULT_VALUE
CONST Null type=kotlinx.coroutines.CoroutineStart? value=null
block: BLOCK type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
CLASS SUSPEND_LAMBDA CLASS name:<no name provided> modality:FINAL visibility:public/*package*/ superTypes:[kotlin.coroutines.jvm.internal.SuspendLambda; kotlin.jvm.functions.Function2<kotlinx.coroutines.CoroutineScope, kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?, kotlin.Any?>]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
FIELD name:label type:kotlin.Int visibility:public/*package*/
CONSTRUCTOR SUSPEND_LAMBDA visibility:public/*package*/ <> ($getPayments:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id:kotlin.Long, $serviceId:kotlin.Long, $completion:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) returnType:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> [primary]
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$getPayments index:0 type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$id index:1 type:kotlin.Long
VALUE_PARAMETER BOUND_VALUE_PARAMETER name:$serviceId index:2 type:kotlin.Long
VALUE_PARAMETER name:$completion index:3 type:kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?
BLOCK_BODY
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$id: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
SET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Unit origin=INITIALIZER_OF_FIELD_FOR_CAPTURED_VALUE
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR '$serviceId: kotlin.Long declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.Long origin=null
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (arity: kotlin.Int, $completion: kotlin.coroutines.Continuation<kotlin.Any?>?) declared in kotlin.coroutines.jvm.internal.SuspendLambda'
arity: CONST Int type=kotlin.Int value=2
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.<init>' type=kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>? origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:invokeSuspend visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, $result:kotlin.Result<kotlin.Any?>) returnType:kotlin.Any?
overridden:
protected abstract fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:$result index:0 type:kotlin.Result<kotlin.Any?>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public abstract fun invoke (p1: P1 of kotlin.Function2, p2: P2 of kotlin.Function2): R of kotlin.Function2 [operator] declared in kotlin.Function2' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment> origin=INVOKE
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p2: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
FUN name:create visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, value:kotlin.Any?, $completion:kotlin.coroutines.Continuation<kotlin.Nothing>) returnType:kotlin.coroutines.Continuation<kotlin.Unit>
overridden:
public open fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in kotlin.coroutines.jvm.internal.SuspendLambda
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:value index:0 type:kotlin.Any?
VALUE_PARAMETER name:$completion index:1 type:kotlin.coroutines.Continuation<kotlin.Nothing>
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$completion: GET_VAR '$completion: kotlin.coroutines.Continuation<kotlin.Nothing> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.create' type=kotlin.coroutines.Continuation<kotlin.Nothing> origin=null
FUN name:invoke visibility:public modality:FINAL <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlinx.coroutines.CoroutineScope, p2:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?) 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:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
VALUE_PARAMETER name:p1 index:0 type:kotlinx.coroutines.CoroutineScope
VALUE_PARAMETER name:p2 index:1 type:kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=null
$this: TYPE_OP type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=IMPLICIT_CAST typeOperand=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
CALL 'public final fun create (value: kotlin.Any?, $completion: kotlin.coroutines.Continuation<kotlin.Nothing>): kotlin.coroutines.Continuation<kotlin.Unit> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.coroutines.Continuation<kotlin.Unit> origin=null
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
value: GET_VAR 'p1: kotlinx.coroutines.CoroutineScope declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlinx.coroutines.CoroutineScope origin=null
$completion: GET_VAR 'p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>? origin=null
$result: CALL 'public final fun <unsafe-coerce> <T, R> (v: T of kotlin.jvm.internal.<unsafe-coerce>): R of kotlin.jvm.internal.<unsafe-coerce> declared in kotlin.jvm.internal' type=kotlin.Result<kotlin.Any?> origin=null
<T>: kotlin.Any?
<R>: kotlin.Result<kotlin.Any?>
v: GET_FIELD 'FIELD FIELD_FOR_OBJECT_INSTANCE name:INSTANCE type:kotlin.Unit visibility:public [final,static] declared in kotlin.Unit' type=kotlin.Unit origin=null
FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final]
FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final]
FUN BRIDGE name:invoke visibility:public modality:OPEN <> ($this:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>, p1:kotlin.Any?, p2:kotlin.Any?) returnType:kotlin.Any?
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>
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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>'
CALL 'public final fun invoke (p1: kotlinx.coroutines.CoroutineScope, p2: kotlin.coroutines.Continuation<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>?): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=kotlin.Any? origin=BRIDGE_DELEGATION
$this: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
p1: TYPE_OP type=kotlinx.coroutines.CoroutineScope origin=IMPLICIT_CAST typeOperand=kotlinx.coroutines.CoroutineScope
GET_VAR 'p1: kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.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 me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>.invoke' type=kotlin.Any? origin=null
CONSTRUCTOR_CALL 'public/*package*/ constructor <init> ($getPayments: kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>>, $id: kotlin.Long, $serviceId: kotlin.Long, $completion: kotlin.coroutines.Continuation<me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>>?) [primary] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend.<no name provided> origin=null
$getPayments: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$getPayments type:kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function2<kotlin.Long, kotlin.Long, kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$id: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
$completion: CONST Null type=kotlin.Nothing? value=null
$mask0: CONST Int type=kotlin.Int value=3
$handler: CONST Null type=kotlin.Any? value=null
VAR name:service type:me.centralhardware.znatoki.telegram.statistic.entity.Service? [val]
CALL 'public final fun firstOrNull <T> (predicate: kotlin.Function1<T of kotlin.collections.CollectionsKt.firstOrNull, kotlin.Boolean>): T of kotlin.collections.CollectionsKt.firstOrNull? [inline] declared in kotlin.collections.CollectionsKt' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
<T>: me.centralhardware.znatoki.telegram.statistic.entity.Service
$receiver: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=null
$this: GET_VAR 'val times: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
predicate: BLOCK type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.Service, kotlin.Boolean> origin=LAMBDA
COMPOSITE type=kotlin.Unit origin=null
FUNCTION_REFERENCE 'private final fun invokeSuspend$lambda$0 ($serviceId: kotlin.Long, time: me.centralhardware.znatoki.telegram.statistic.entity.Service): kotlin.Boolean declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Function1<me.centralhardware.znatoki.telegram.statistic.entity.Service, kotlin.Boolean> origin=INLINE_LAMBDA reflectionTarget=null
$serviceId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
WHEN type=kotlin.Unit origin=IF
BRANCH
if: 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: GET_VAR 'val service: me.centralhardware.znatoki.telegram.statistic.entity.Service? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
arg1: CONST Null type=kotlin.Nothing? value=null
then: RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CONST Null type=kotlin.Nothing? value=null
RETURN type=kotlin.Nothing from='public final fun invokeSuspend ($result: kotlin.Result<kotlin.Any?>): kotlin.Any? declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>'
CALL 'public final fun generate (times: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>, payments: kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>): java.io.File? declared in me.centralhardware.znatoki.telegram.statistic.report.MonthReport' type=java.io.File? origin=null
$this: CONSTRUCTOR_CALL 'public constructor <init> (fio: kotlin.String, service: kotlin.Long, date: java.time.LocalDateTime, userId: kotlin.Long) [primary] declared in me.centralhardware.znatoki.telegram.statistic.report.MonthReport' type=me.centralhardware.znatoki.telegram.statistic.report.MonthReport origin=null
fio: CALL 'public final fun <get-name> (): kotlin.String declared in me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser' type=kotlin.String origin=GET_PROPERTY
$this: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$user type:me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=me.centralhardware.znatoki.telegram.statistic.entity.TelegramUser origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
service: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$serviceId type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
date: CALL 'public final fun <get-dateTime> (): java.time.LocalDateTime [fake_override] declared in kotlin.Nothing' type=java.time.LocalDateTime origin=GET_PROPERTY
$this: BLOCK type=kotlin.Nothing origin=null
CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=kotlin.Nothing origin=EXCLEXCL
<T0>: kotlin.Nothing
arg0: GET_VAR 'val service: me.centralhardware.znatoki.telegram.statistic.entity.Service? [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.entity.Service? origin=null
CALL 'public final fun throwKotlinNothingValueException (): kotlin.Nothing declared in kotlin.jvm.internal.Intrinsics' type=kotlin.Nothing origin=null
userId: GET_FIELD 'FIELD FIELD_FOR_CAPTURED_VALUE name:$id type:kotlin.Long visibility:public/*package*/ [final] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>' type=kotlin.Long origin=null
receiver: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
times: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service> origin=null
$this: GET_VAR 'val times: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Service>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
payments: CALL 'public abstract fun await ($completion: kotlin.coroutines.Continuation<T of kotlinx.coroutines.Deferred>): kotlin.Any? [suspend] declared in kotlinx.coroutines.Deferred' type=kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment> origin=null
$this: GET_VAR 'val payments: kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> [val] declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=kotlinx.coroutines.Deferred<kotlin.collections.List<me.centralhardware.znatoki.telegram.statistic.entity.Payment>> origin=null
$completion: GET_VAR '<this>: me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> declared in me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided>.invokeSuspend' type=me.centralhardware.znatoki.telegram.statistic.service.ReportService.getReport$lambda$1$lambda$0.<no name provided> origin=null
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:47)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate$default(FunctionCodegen.kt:40)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethodNode(ClassCodegen.kt:406)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generateMethod(ClassCodegen.kt:423)
at org.jetbrains.kotlin.backend.jvm.codegen.ClassCodegen.generate(ClassCodegen.kt:168)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitClass(ExpressionCodegen.kt:1000)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitClass(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.declarations.IrClass.accept(IrClass.kt:72)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitContainerExpression(ExpressionCodegen.kt:593)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitContainerExpression(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.visitors.IrElementVisitor$DefaultImpls.visitBlock(IrElementVisitor.kt:122)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlock(ExpressionCodegen.kt:413)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlock(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlock.accept(IrBlock.kt:18)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:217)
at org.jetbrains.kotlin.backend.jvm.codegen.IrCallGenerator.genValueAndPut(IrCallGenerator.kt:48)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall$handleParameter(ExpressionCodegen.kt:616)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:644)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitTypeOperator(ExpressionCodegen.kt:1127)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitTypeOperator(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrTypeOperatorCall.accept(IrTypeOperatorCall.kt:26)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:1051)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrReturn.accept(IrReturn.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:584)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:20)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:240)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:123)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:44)
... 98 more
Caused by: java.lang.IllegalStateException: Fake override should have at least one overridden descriptor: FUN FAKE_OVERRIDE name:<get-dateTime> visibility:public modality:FINAL <> ($this:kotlin.Nothing) returnType:java.time.LocalDateTime [fake_override]
at org.jetbrains.kotlin.backend.jvm.ir.JvmIrUtilsKt.findSuperDeclaration(JvmIrUtils.kt:408)
at org.jetbrains.kotlin.backend.jvm.mapping.MethodSignatureMapper.findSuperDeclaration(MethodSignatureMapper.kt:443)
at org.jetbrains.kotlin.backend.jvm.mapping.MethodSignatureMapper.mapToCallableMethod(MethodSignatureMapper.kt:412)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:605)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:217)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generateConstructorArguments(ExpressionCodegen.kt:771)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitConstructorCall(ExpressionCodegen.kt:759)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitConstructorCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrConstructorCall.accept(IrConstructorCall.kt:27)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.gen(ExpressionCodegen.kt:217)
at org.jetbrains.kotlin.backend.jvm.codegen.IrCallGenerator.genValueAndPut(IrCallGenerator.kt:48)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall$handleParameter(ExpressionCodegen.kt:616)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:625)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitCall(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrCall.accept(IrCall.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:1051)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitReturn(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrReturn.accept(IrReturn.kt:24)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitStatementContainer(ExpressionCodegen.kt:579)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:584)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.visitBlockBody(ExpressionCodegen.kt:138)
at org.jetbrains.kotlin.ir.expressions.IrBlockBody.accept(IrBlockBody.kt:20)
at org.jetbrains.kotlin.backend.jvm.codegen.ExpressionCodegen.generate(ExpressionCodegen.kt:240)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.doGenerate(FunctionCodegen.kt:123)
at org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:44)
... 131 more
Execution failed for task ':compileKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Internal compiler error. See log for more details
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 400ms
1 actionable task: 1 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment