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
@@ -9899,6 +9899,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/coroutines/kt49645.kt");
}
@Test
@TestMetadata("kt50277.kt")
public void testKt50277() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt50277.kt");
}
@Test
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop() throws Exception {