http://d.puremagic.com/issues/show_bug.cgi?id=10514

           Summary: Constructor declaration grammar is incorrect
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2013-06-30 15:37:38 PDT ---
As demonstrated in object.di, the correct grammar for a constructor declaration
is this:

constructor:
    'this' parameters (functionBody | ';')
    ;

A function body is not required.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to