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