[K2/N][Tests] Add test to demonstrate compiler behavior for ObjC properties intersection overrides

^KT-57640
This commit is contained in:
Vladimir Sukharev
2023-12-20 09:44:49 +01:00
committed by Space Team
parent e6fd523431
commit be9805ea5e
5 changed files with 704 additions and 0 deletions
@@ -4844,6 +4844,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/cinterop/kt54284_fmodules.kt");
}
@Test
@TestMetadata("kt57640.kt")
public void testKt57640() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/kt57640.kt");
}
@Test
@TestMetadata("kt63048.kt")
public void testKt63048() throws Exception {
@@ -4954,6 +4954,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/cinterop/kt54284_fmodules.kt");
}
@Test
@TestMetadata("kt57640.kt")
public void testKt57640() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/kt57640.kt");
}
@Test
@TestMetadata("kt63048.kt")
public void testKt63048() throws Exception {
@@ -4734,6 +4734,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/cinterop/kt54284_fmodules.kt");
}
@Test
@TestMetadata("kt57640.kt")
public void testKt57640() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/kt57640.kt");
}
@Test
@TestMetadata("kt63048.kt")
public void testKt63048() throws Exception {
@@ -4845,6 +4845,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/cinterop/kt54284_fmodules.kt");
}
@Test
@TestMetadata("kt57640.kt")
public void testKt57640() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/kt57640.kt");
}
@Test
@TestMetadata("kt63048.kt")
public void testKt63048() throws Exception {