[K/N][Tests] Migrate test forwardDeclarationsCast.kt

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-19 22:35:15 +01:00
committed by Space Team
parent 2f3705f0eb
commit e958e57c42
12 changed files with 137 additions and 108 deletions
@@ -5074,6 +5074,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
}
@Test
@TestMetadata("forwardDeclarationsCast.kt")
public void testForwardDeclarationsCast() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/forwardDeclarationsCast.kt");
}
@Test
@TestMetadata("kt34467.kt")
public void testKt34467() throws Exception {
@@ -5190,6 +5190,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
}
@Test
@TestMetadata("forwardDeclarationsCast.kt")
public void testForwardDeclarationsCast() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/forwardDeclarationsCast.kt");
}
@Test
@TestMetadata("kt34467.kt")
public void testKt34467() throws Exception {
@@ -4958,6 +4958,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
}
@Test
@TestMetadata("forwardDeclarationsCast.kt")
public void testForwardDeclarationsCast() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/forwardDeclarationsCast.kt");
}
@Test
@TestMetadata("kt34467.kt")
public void testKt34467() throws Exception {
@@ -5075,6 +5075,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
}
@Test
@TestMetadata("forwardDeclarationsCast.kt")
public void testForwardDeclarationsCast() throws Exception {
runTest("compiler/testData/codegen/box/cinterop/objc/forwardDeclarationsCast.kt");
}
@Test
@TestMetadata("kt34467.kt")
public void testKt34467() throws Exception {