[K2] Dokka generates a redundant page #3857
Labels
blocked: AA
Changes required in Analysis API
bug
topic: K2
Issues / PRs that are related to the K2 migration. See #2888
Dokka generates a redundant page in the case of an untrivial hierarchy when there is an intersected and overridden fake function/property.
From Gradle DSL`s codebase:
K1:
The signature of the function
NamedDomainObjectContainerScope.getNamer
leads toNamedDomainObjectContainerDelegate.getNamer
.It has the DRI
NamedDomainObjectContainerDelegate.getNamer
.K2:
The signature of the function
NamedDomainObjectContainerScope.getNamer
leads to a dedicated pageNamedDomainObjectContainerScope.getNamer
It has the DRI
NamedDomainObjectContainerScope.getNamer
.The text was updated successfully, but these errors were encountered: