Ticket #169 (closed defect: fixed)
Improper generated code when using static constructors
Reported by: | webnov8 | Owned by: | Chuck |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
When providing a static constructor for a class the **public** modifier is present in the generated code, for e.g.
class Foo shared cue init pass
Will generate
public static Foo() { // public isn't allowed here }
Attachments
Change History
Note: See
TracTickets for help on using
tickets.