Ticket #301 (closed defect: fixed)
mixin is not a namespace member
Reported by: | kobi7 | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
mixin is not one of the namespace members,
which I guess are class, struct, etc.
so if I have
namespace X mixin ManageTime pass
I get a compiler error:
Expecting a namespace member but got "mixin".
seems to be a bug.
Change History
Note: See
TracTickets for help on using
tickets.