[ObjCExport] Fix kdoc primary constructor

KT-66387
This commit is contained in:
eugene.levenetc
2024-03-07 08:28:14 +01:00
committed by Space Team
parent c04a8fc3b8
commit 16d53a0e34
5 changed files with 32 additions and 27 deletions
@@ -152,7 +152,6 @@ class ObjCExportHeaderGeneratorTest(private val generator: HeaderGenerator) {
}
@Test
@TodoAnalysisApi
fun `test - kdocWithBlockTags`() {
doTest(headersTestDataDir.resolve("kdocWithBlockTags"))
}