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
evaluation error [/tmp/t.pan:4.1-7.2]
/a cannot be modified; /a/b/c is marked as final
>>> call stack trace
>>> [/tmp/t.pan:4.1-7.2]
>>> ====================
this can be further reduced to following code that fails with same error
final"/a/b/c" = 1;"/a" = {SELF};
The text was updated successfully, but these errors were encountered:
this is probably due to my limited understanding what SELF is.
i always assumed that SELF was some form of pointer-to, and eg "/a" = {SELF;}; is a noop.
gives
this can be further reduced to following code that fails with same error
The text was updated successfully, but these errors were encountered: