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 511864 - Incorrect ordering of type/class declarations
Incorrect ordering of type/class declarations
Status: RESOLVED DUPLICATE of bug 471244
Product: vala
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-24 19:05 UTC by Marc-Andre Lureau
Modified: 2008-01-26 10:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marc-Andre Lureau 2008-01-24 19:05:08 UTC
The following produces non-compilable code

public class AObject: BObject {
}

public class BObject: Object {
}

reordering the declaration solve the pb.
Comment 1 Jürg Billeter 2008-01-26 10:35:53 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 471244 ***