JVM IR: Avoid IrComposite in ReturnableBlockLowering (KT-53202)

This commit is contained in:
Steven Schäfer
2022-08-02 12:30:30 +02:00
committed by Alexander Udalov
parent c974ff8965
commit 03aee58585
10 changed files with 57 additions and 1 deletions
@@ -13030,6 +13030,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/directInvokeOptimization/kt53202_funLiteral.kt");
}
@TestMetadata("kt53202_returns.kt")
public void testKt53202_returns() throws Exception {
runTest("compiler/testData/codegen/box/directInvokeOptimization/kt53202_returns.kt");
}
@TestMetadata("nestedLambdas.kt")
public void testNestedLambdas() throws Exception {
runTest("compiler/testData/codegen/box/directInvokeOptimization/nestedLambdas.kt");