JVM_IR KT-50277 skip temporary var elimination on inline suspend lambda

This commit is contained in:
Dmitry Petrov
2021-12-15 14:41:56 +03:00
committed by Space
parent 6807ed6642
commit ab9747ed6d
7 changed files with 54 additions and 0 deletions
@@ -7682,6 +7682,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/kt49645.kt");
}
@TestMetadata("kt50277.kt")
public void testKt50277() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt50277.kt");
}
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt");