dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] Different DRI for varargs

Open IgnatBeresnev opened this issue 10 months ago • 1 comments

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

IgnatBeresnev avatar Apr 09 '24 13:04 IgnatBeresnev

It is blocked by https://github.com/Kotlin/dokka/issues/2881

vmishenev avatar May 10 '24 12:05 vmishenev