Ticket #213 (closed defect: duplicate)
namespace get error with doc comment.
Reported by: | nevdelap | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Doc comments on everything from file level down seem to be represented in the test and example code - except namespaces.
namespace N """ This is an uninteresting namespace. """ class C def main pass test.cobra(2): error: Expecting a namespace member but got """" This is an uni...
Change History
Note: See
TracTickets for help on using
tickets.