KT-57487: Add codegen test

Merge-request: KT-MR-9300
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
Vladimir Sukharev
2023-03-23 10:03:00 +00:00
committed by Space Team
parent a2e2a96fd3
commit 9407ec35e3
14 changed files with 86 additions and 0 deletions
@@ -33585,6 +33585,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/regressions/kt5395.kt");
}
@Test
@TestMetadata("kt57487.kt")
public void testKt57487() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt57487.kt");
}
@Test
@TestMetadata("kt5786_privateWithDefault.kt")
public void testKt5786_privateWithDefault() throws Exception {
@@ -33771,6 +33771,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/regressions/kt5395.kt");
}
@Test
@TestMetadata("kt57487.kt")
public void testKt57487() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt57487.kt");
}
@Test
@TestMetadata("kt5786_privateWithDefault.kt")
public void testKt5786_privateWithDefault() throws Exception {
@@ -33771,6 +33771,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/regressions/kt5395.kt");
}
@Test
@TestMetadata("kt57487.kt")
public void testKt57487() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt57487.kt");
}
@Test
@TestMetadata("kt5786_privateWithDefault.kt")
public void testKt5786_privateWithDefault() throws Exception {
@@ -33771,6 +33771,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/regressions/kt5395.kt");
}
@Test
@TestMetadata("kt57487.kt")
public void testKt57487() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt57487.kt");
}
@Test
@TestMetadata("kt5786_privateWithDefault.kt")
public void testKt5786_privateWithDefault() throws Exception {