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

Missing symbol occurrence for qualifier in constructor call #253

Open
olafurpg opened this issue Jun 10, 2021 · 0 comments
Open

Missing symbol occurrence for qualifier in constructor call #253

olafurpg opened this issue Jun 10, 2021 · 0 comments

Comments

@olafurpg
Copy link
Member

It looks like we're missing a symbol occurrence in the following snapshot test
https://github.com/sourcegraph/lsif-java/blob/ea78804200ebecdc04cca7a3d2a8b87b9446bc2a/tests/snapshots/src/main/generated/minimized/MinimizedJavaMain.java#L14

++ expected
-- obtained
      TypeVariables.app(new TypeVariables.CT());
  //  ^^^^^^^^^^^^^ reference minimized/TypeVariables#
  //                ^^^ reference minimized/TypeVariables#app().
+ //                        ^^^^^^^^^^^^^ reference minimized/TypeVariables#
  //                                      ^^ reference minimized/TypeVariables#CT#`<init>`().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants