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
When member qualification is required, aliases could be specified to avoid writing the full origin object name.
Parent name aliases are only valid locally (i.e. whenever accessing this object's scope) and are not passed down the inheritance hierary.
When member qualification is required, aliases could be specified to avoid writing the full origin object name.
Parent name aliases are only valid locally (i.e. whenever accessing this object's scope) and are not passed down the inheritance hierary.
In
ChildObject
the alias is no longer valid.I can't come up with a good syntax for an alias definition in the scope of this object.
Maybe something like this (but that can be confused with the inher-add synatax:
[inherdef](parentdef)[aliasdef]:
The text was updated successfully, but these errors were encountered: