JVM IR: Avoid IrComposite in ReturnableBlockLowering (KT-53202)
This commit is contained in:
committed by
Alexander Udalov
parent
c974ff8965
commit
03aee58585
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user