[tests] Added a test for KT-55494

This commit is contained in:
Igor Chevdar
2022-12-15 19:25:24 +02:00
committed by Space Team
parent 1e1f96f73e
commit 0f2ebeea15
10 changed files with 98 additions and 0 deletions
@@ -7269,6 +7269,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/kt52561.kt");
}
@Test
@TestMetadata("kt55494.kt")
public void testKt55494() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt55494.kt");
}
@Test
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop() throws Exception {
@@ -7365,6 +7365,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/kt52561.kt");
}
@Test
@TestMetadata("kt55494.kt")
public void testKt55494() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt55494.kt");
}
@Test
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop() throws Exception {
@@ -7365,6 +7365,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/kt52561.kt");
}
@Test
@TestMetadata("kt55494.kt")
public void testKt55494() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt55494.kt");
}
@Test
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop() throws Exception {
@@ -6477,6 +6477,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/coroutines/kt52561.kt");
}
@TestMetadata("kt55494.kt")
public void testKt55494() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt55494.kt");
}
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt");