Ticket #358 (closed defect: fixed)
Stackoverflow on cyclical inheritance
Reported by: | Charles | Owned by: | Charles |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.9.6 |
Keywords: | Cc: |
Description
class Program def main pass interface IFoo inherits IFooBar var x as int interface IBar inherits IFoo var y as int interface IFooBar inherits IFoo, IBar # the order of the interfaces is what blows it up pass
Change History
Note: See
TracTickets for help on using
tickets.