Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[K2] Different PageId in K1 and K2 for varargs #3558

Open
IgnatBeresnev opened this issue Apr 9, 2024 · 0 comments
Open

[K2] Different PageId in K1 and K2 for varargs #3558

IgnatBeresnev opened this issue Apr 9, 2024 · 0 comments
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888

Comments

@IgnatBeresnev
Copy link
Member

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 IgnatBeresnev added bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888 labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Projects
None yet
Development

No branches or pull requests

1 participant