dokka
dokka copied to clipboard
[K2] Different DRI for varargs
Context
This issue was extracted from #3388 as a separate case, because it is tricker to fix due to both Dokka and Analysis API not handling varargs very well (see #2881).
Reproducer
fun withVararg(i: Int, vararg s: String){}
K1: pageids="module:://withVararg/#kotlin.Int#kotlin.Array[kotlin.String]/PointingToDeclaration//-1486420497"
K2: pageids="module:://withVararg/#kotlin.Int#kotlin.String/PointingToDeclaration//-1486420497"
Installation
- Dokka version: 1.9.20
It is blocked by https://github.com/Kotlin/dokka/issues/2881