Ticket #67 (closed defect: fixed)
Partial class merge problem re: inheritance
Reported by: | Chuck | Owned by: | eric.sellon |
---|---|---|---|
Priority: | major | Milestone: | Cobra 0.9 |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
The first partial class takes precedence so if you have:
class X is partial pass class X is partial inherits A pass
Then Cobra thinks that X inherits Object instead of A.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.