GNOME Bugzilla – Bug 511864
Incorrect ordering of type/class declarations
Last modified: 2008-01-26 10:35:53 UTC
The following produces non-compilable code public class AObject: BObject { } public class BObject: Object { } reordering the declaration solve the pb.
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 ***