Ticket #67 (new defect)
Partial class merge problem re: inheritance
| Reported by: | Chuck | Owned by: | |
|---|---|---|---|
| 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.
Change History
Note: See
TracTickets for help on using
tickets.
