[test] Add a test for KT-55318

This commit is contained in:
Sergej Jaskiewicz
2022-12-12 20:19:47 +01:00
committed by Space Team
parent cebccee4be
commit 9c6f92d697
10 changed files with 82 additions and 0 deletions
@@ -21031,6 +21031,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/ir/kt52677.kt");
}
@Test
@TestMetadata("kt55318.kt")
public void testKt55318() throws Exception {
runTest("compiler/testData/codegen/box/ir/kt55318.kt");
}
@Test
@TestMetadata("lambdaWithLoop.kt")
public void testLambdaWithLoop() throws Exception {
@@ -21049,6 +21049,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/ir/kt52677.kt");
}
@Test
@TestMetadata("kt55318.kt")
public void testKt55318() throws Exception {
runTest("compiler/testData/codegen/box/ir/kt55318.kt");
}
@Test
@TestMetadata("lambdaWithLoop.kt")
public void testLambdaWithLoop() throws Exception {
@@ -21049,6 +21049,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/ir/kt52677.kt");
}
@Test
@TestMetadata("kt55318.kt")
public void testKt55318() throws Exception {
runTest("compiler/testData/codegen/box/ir/kt55318.kt");
}
@Test
@TestMetadata("lambdaWithLoop.kt")
public void testLambdaWithLoop() throws Exception {
@@ -18685,6 +18685,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/ir/kt52677.kt");
}
@TestMetadata("kt55318.kt")
public void testKt55318() throws Exception {
runTest("compiler/testData/codegen/box/ir/kt55318.kt");
}
@TestMetadata("lambdaWithLoop.kt")
public void testLambdaWithLoop() throws Exception {
runTest("compiler/testData/codegen/box/ir/lambdaWithLoop.kt");