You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
m1cm1c
changed the title
REF edges missing at struct field assignments
REF edges missing from struct field assignments
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).
The text was updated successfully, but these errors were encountered: