JVM_IR KT-45377 rewrite constants again after AddContinuationLowering

This commit is contained in:
Dmitry Petrov
2021-03-22 21:22:11 +03:00
committed by TeamCityServer
parent 0f2aca3280
commit 4f250ed498
10 changed files with 90 additions and 3 deletions
@@ -7079,6 +7079,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/kt44221.kt");
}
@TestMetadata("kt45377.kt")
public void testKt45377() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt45377.kt");
}
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt");