[ObjCExport] Implement 'test - dispatchAndExtensionReceiverWithMustBeDocumentedAnnotation'

KT-64226
This commit is contained in:
Sebastian Sellmair
2024-01-08 08:53:56 +01:00
committed by Space Team
parent 90632ad746
commit 7dbd5cd57f
3 changed files with 55 additions and 0 deletions
@@ -135,6 +135,11 @@ class ObjCExportHeaderGeneratorTest(val generator: HeaderGenerator) {
doTest(headersTestDataDir.resolve("receiverWithMustBeDocumentedAnnotation"))
}
@Test
fun `test - dispatchAndExtensionReceiverWithMustBeDocumentedAnnotation`() {
doTest(headersTestDataDir.resolve("dispatchAndExtensionReceiverWithMustBeDocumentedAnnotation"))
}
fun interface HeaderGenerator {
fun generateHeaders(root: File): String
}