[K/N][Tests] Migrate test forwardDeclarationsCast.kt
^KT-61259
This commit is contained in:
committed by
Space Team
parent
2f3705f0eb
commit
e958e57c42
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user