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

REF edges missing from struct field assignments #1051

Open
m1cm1c opened this issue Dec 15, 2020 · 0 comments
Open

REF edges missing from struct field assignments #1051

m1cm1c opened this issue Dec 15, 2020 · 0 comments

Comments

@m1cm1c
Copy link
Contributor

m1cm1c commented Dec 15, 2020

When assigning a value to a struct's field (foobarInstance.foo = 51;), the corresponding part of the AST looks like this:

There neither is a REF edge to the corresponding MEMBER node nor a REF edge to the definition of struct's instance (e.g. to a corresponding LOCAL node).

@m1cm1c m1cm1c changed the title REF edges missing at struct field assignments REF edges missing from struct field assignments Dec 15, 2020
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

No branches or pull requests

1 participant