Fix 201 compilation
Relates to #KT-17926
This commit is contained in:
@@ -180,7 +180,7 @@ open class KotlinDocumentationProviderCompatBase : AbstractDocumentationProvider
|
||||
defaultParameterValueRenderer = { (it.source.getPsi() as? KtParameter)?.defaultValue?.text ?: "..." }
|
||||
}
|
||||
|
||||
private fun StringBuilder.renderKDoc(
|
||||
internal fun StringBuilder.renderKDoc(
|
||||
contentTag: KDocTag,
|
||||
sections: List<KDocSection> = if (contentTag is KDocSection) listOf(contentTag) else emptyList()
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user