[K2/N][Tests] Add test to demonstrate compiler behavior for ObjC properties intersection overrides
^KT-57640
This commit is contained in:
committed by
Space Team
parent
e6fd523431
commit
be9805ea5e
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user