JVM_IR: add IrInstanceInitializerCall to suspend lambda constructors
This commit is contained in:
+1
@@ -348,6 +348,7 @@ private class SuspendLambdaLowering(context: JvmBackendContext) : SuspendLowerin
|
|||||||
it.putValueArgument(0, irInt(arity + 1))
|
it.putValueArgument(0, irInt(arity + 1))
|
||||||
it.putValueArgument(1, irGet(completionParameterSymbol))
|
it.putValueArgument(1, irGet(completionParameterSymbol))
|
||||||
}
|
}
|
||||||
|
+IrInstanceInitializerCallImpl(startOffset, endOffset, symbol, context.irBuiltIns.unitType)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user