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
If you have two references with the same name 'xyz' (one inherited, the other one not) what happens when you call the method xyz on the object? Do you get the value of which one?
If you have two references with the same name 'xyz' (one inherited, the other one not) what happens when you call the method xyz on the object? Do you get the value of which one?
—
Reply to this email directly or view it on GitHub.
Hi,
I had a problem with my code because a Metaclass was defining a reference named "value" while inheriting another reference with the same name.
I would suggest to issue a warning in such cases, the behavior is a bit confusing in my opinion.
The text was updated successfully, but these errors were encountered: