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

wrong semanticdb symbol for function types' parameters #4

Open
Strum355 opened this issue Aug 31, 2021 · 0 comments
Open

wrong semanticdb symbol for function types' parameters #4

Strum355 opened this issue Aug 31, 2021 · 0 comments
Labels

Comments

@Strum355
Copy link
Member

For the given construct private val onErrorStub: (Throwable) -> Unit = {}, we get a semanticdb symbol occurrence as follows:

  symbols {
    symbol: "io/reactivex/rxjava3/kotlin/subscribersKt#onErrorStub.`<no name provided>`."
    display_name: "Throwable"
    language: KOTLIN
  }

Notice the display_name, indicating its a symbol occurrence for the function type's parameter of type Throwable, which is incorrect

@Strum355 Strum355 added the bug Something isn't working label Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants