Ticket #302 (closed defect: fixed)
cobra internal error on mixin method collision
Reported by: | kobi7 | Owned by: | Chuck |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Error: error: COBRA INTERNAL ERROR / ArgumentException? / ”˜‰ˆ ’ ”‡ †„„ …‘“ ‹˜.
(generic_project)
caused by: two mixins with the same method (method conflict)
example:
mixin MixA def sayhello pass mixin MixB def sayhello pass class Hello adds MixA, MixB def main pass
Attachments
Change History
Note: See
TracTickets for help on using
tickets.