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
…tions)
This doesn't really "fix" the issue, it just silent this particular
assertion basically. This is ok, because the test will fail when we
implement the "everything is a value" semantics, at which point we
can fix it by renaming the hash helper. (We could fix it now by
renaming the offending hash local variable too, but that would be
pretty difficult to do correctly.)
Closes#17869.
On beta and canary, this causes the local variable shadowing error, because #17779 transformed the above into...
In particular, it added a
hash
helper invocation which is now conflicting with thehash
local variable.I think the fix is to move the assertion plugin above the new transform plugin.
The text was updated successfully, but these errors were encountered: