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] Reference to a class with quoted name is not resolved #3356

Open
atyrin opened this issue Nov 16, 2023 · 3 comments
Open

[K2] Reference to a class with quoted name is not resolved #3356

atyrin opened this issue Nov 16, 2023 · 3 comments
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888

Comments

@atyrin
Copy link
Contributor

atyrin commented Nov 16, 2023

/**
 * Class: [Quoted Class Name]
 */
class `Quoted Class Name`() {

}

K1

image

K2:

image

NB: IDE didn't resolve the reference even with K1.

Installation

  • Dokka version: 1.9.20

Parent: #3328

@atyrin atyrin added bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888 labels Nov 16, 2023
@IgnatBeresnev IgnatBeresnev added upstream bug An issue that appears due to an upstream dependency bug, such as kotlin-compiler and removed upstream bug An issue that appears due to an upstream dependency bug, such as kotlin-compiler labels Dec 8, 2023
@IgnatBeresnev
Copy link
Member

IgnatBeresnev commented Dec 8, 2023

The difference itself comes from analysis-api, it doesn't resolve such links.

So, ideally, this needs to be fixed in analysis-api, but it looks like we can add a workaround on our side, so we are not blocked by it (yet).

@vmishenev
Copy link
Member

vmishenev commented Dec 13, 2023

@IgnatBeresnev
Copy link
Member

IgnatBeresnev commented Jan 19, 2024

Accidentally noticed that IDEA (K1) actually proposes these links in autocomplete, but doesn't resolve it.

Image

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

3 participants