[ObjCExport] Fix interface implementing interface

KT-66380
This commit is contained in:
eugene.levenetc
2024-03-06 16:12:29 +01:00
committed by Space Team
parent f18d00e6f0
commit aaea1d6af2
5 changed files with 77 additions and 4 deletions
@@ -106,11 +106,15 @@ class ObjCExportHeaderGeneratorTest(private val generator: HeaderGenerator) {
}
@Test
@TodoAnalysisApi
fun `test - interfaceImplementingInterface`() {
doTest(headersTestDataDir.resolve("interfaceImplementingInterface"))
}
@Test
fun `test - multipleInterfacesImplementationChain`() {
doTest(headersTestDataDir.resolve("multipleInterfacesImplementationChain"))
}
@Test
fun `test - classWithObjCNameAnnotation`() {
doTest(headersTestDataDir.resolve("classWithObjCNameAnnotation"))