JVM_IR KT-50277 skip temporary var elimination on inline suspend lambda
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user