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
This mirrors the annotation already present on methods, and is needed to
resolve indirect reference to an inherited static field, similar to virtual
call resolution. The access attribute is set as a comment so that in an assignment
some_static_field = some_constant we don't need to attach spurious access tags
to the constant, or scrub them from the field, for their types to be considered
matching.
0 commit comments