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
We can add return setmetatable({}, self) into Object:new() and call it manually to create instances. This solution seems would work well BUT it will not solve the same problem #13 with __index and __newindex.
The text was updated successfully, but these errors were encountered: