dokka
dokka copied to clipboard
Fix incorrect links for inherited java methods from a collection
The bug #2879 stems from inherited external members. The unit test below demonstrates it.
The proposed solution is to get rid of the resolving DRI to anchors only in DokkaLocationProvider
. There are the following reasons:
- After removing typealiases, this logic is not needed anymore
- #3054 would be fixed as well
Other possible solutions can require a non-trivial logic.