[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
@@ -30264,6 +30264,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
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() {
@@ -30940,6 +30940,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
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() {
@@ -29588,6 +29588,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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() {
@@ -30265,6 +30265,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
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() {