After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600173 - classes should peek into the namespace of their parent
classes should peek into the namespace of their parent
Status: RESOLVED OBSOLETE
Product: vala
Classification: Core
Component: Objects
unspecified
Other All
: Low enhancement
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-30 21:53 UTC by Allison Karlitskaya (desrt)
Modified: 2018-05-22 13:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allison Karlitskaya (desrt) 2009-10-30 21:53:26 UTC
this should work, but it doesn't:

public class X { public class Y { } }
public class Z : X { Y f (); }

you need to say

public class Z : X { X.Y f(); }

classes should be able to pull names out of the namespace available to their parent
Comment 1 GNOME Infrastructure Team 2018-05-22 13:25:05 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/54.