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 is kind of covered by the "This is only guaranteed to work for anonymous structures." line in its documentation, but if you look into lua then I'm happy to also fix eval and make this consistent.
The following code works on all targets except interp/eval and lua.
Eval:
Uncaught exception Unexpected value VFunction(#fun), expected object
Lua:
attempt to index upvalue 'o' (a function value)
The text was updated successfully, but these errors were encountered: