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
Are two members with the same name an error or the latter just silently overrides the former? Precedent in classes and object literals points towards the latter
If the same member can be provided and required with no error, it seems more consistent that the same member being provided or required twice would also not be an error
Related to #59 #61
"foo"andfoodistinct members? #59 that"foo"andfooare not distinct to have one override the other