[Tests] Add test for KT-57391

^KT-57391
This commit is contained in:
Vladimir Sukharev
2024-03-12 10:18:54 +01:00
committed by Space Team
parent 46dc478c03
commit 5fee662223
22 changed files with 153 additions and 0 deletions
@@ -27205,6 +27205,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt");
}
@Test
@TestMetadata("kt57391.kt")
public void testKt57391() {
runTest("compiler/testData/codegen/box/multiplatform/kt57391.kt");
}
@Test
@TestMetadata("kt59613.kt")
public void testKt59613() {
@@ -27205,6 +27205,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt");
}
@Test
@TestMetadata("kt57391.kt")
public void testKt57391() {
runTest("compiler/testData/codegen/box/multiplatform/kt57391.kt");
}
@Test
@TestMetadata("kt59613.kt")
public void testKt59613() {
@@ -27205,6 +27205,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt");
}
@Test
@TestMetadata("kt57391.kt")
public void testKt57391() {
runTest("compiler/testData/codegen/box/multiplatform/kt57391.kt");
}
@Test
@TestMetadata("kt59613.kt")
public void testKt59613() {
@@ -27205,6 +27205,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt");
}
@Test
@TestMetadata("kt57391.kt")
public void testKt57391() {
runTest("compiler/testData/codegen/box/multiplatform/kt57391.kt");
}
@Test
@TestMetadata("kt59613.kt")
public void testKt59613() {