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
While this is labeled "unsoundness", it's only concerning a points-to fact involving null, which may or may not be a big deal depending on the use-case.
Both
@get:%4
and@main:%4
should point tox[1].z[0]
(i.e.,*null*
), but they don't point to anything:The text was updated successfully, but these errors were encountered: