[ObjCExport] Fix interface implementing interface
KT-66380
This commit is contained in:
committed by
Space Team
parent
f18d00e6f0
commit
aaea1d6af2
+5
-1
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user