JVM_IR: add IrInstanceInitializerCall to suspend lambda constructors

This commit is contained in:
pyos
2021-09-22 10:43:46 +02:00
committed by Alexander Udalov
parent e1520c61da
commit 255e94e961
@@ -348,6 +348,7 @@ private class SuspendLambdaLowering(context: JvmBackendContext) : SuspendLowerin
it.putValueArgument(0, irInt(arity + 1))
it.putValueArgument(1, irGet(completionParameterSymbol))
}
+IrInstanceInitializerCallImpl(startOffset, endOffset, symbol, context.irBuiltIns.unitType)
}
}
}