JVM_IR KT-45377 rewrite constants again after AddContinuationLowering
This commit is contained in:
committed by
TeamCityServer
parent
0f2aca3280
commit
4f250ed498
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -6328,6 +6328,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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");
|
||||
|
||||
Generated
+5
@@ -5749,6 +5749,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Generated
+5
@@ -5749,6 +5749,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user