Skip to content

Conversation

olafurpg
Copy link
Contributor

Fixes #397
Fixes #396

Previously, "goto defintion" did not work for synthetic symbols such as
case class companion objects or var setter methods. Now, lsif-java emits
synthetic occurrences for these symbols so that "goto definition" works
as expected.

Fixes sourcegraph#397
Fixes sourcegraph#396

Previously, "goto defintion" did not work for synthetic symbols such as
case class companion objects or var setter methods. Now, lsif-java emits
synthetic occurrences for  these symbols so that "goto definition" works
as expected.
@olafurpg olafurpg merged commit 923efaf into sourcegraph:main Feb 18, 2022
@olafurpg olafurpg deleted the synthetic-symbols branch February 18, 2022 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

variable declaration and assignment case classes and companion objects
1 participant