[K/N][Tests] Migrate test overridabilityCondition.kt
^KT-61259
This commit is contained in:
+6
@@ -5097,6 +5097,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
public void testKt53151() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/kt53151.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overridabilityCondition.kt")
|
||||
public void testOverridabilityCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -5213,6 +5213,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
public void testKt53151() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/kt53151.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overridabilityCondition.kt")
|
||||
public void testOverridabilityCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -4981,6 +4981,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
public void testKt53151() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/kt53151.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overridabilityCondition.kt")
|
||||
public void testOverridabilityCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -5098,6 +5098,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
public void testKt53151() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/kt53151.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overridabilityCondition.kt")
|
||||
public void testOverridabilityCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user