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

           Summary: Wrong 'static' position error message
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: diagnostic
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: bearophile_h...@eml.cc


--- Comment #0 from bearophile_h...@eml.cc 2010-08-17 07:10:48 PDT ---
Compiling this program with dmd 2.048:


void main() {
    void foo() static {}
}


I receive the errors:

test.d(2): semicolon expected following function declaration
test.d(2): basic type expected, not {
test.d(2): no identifier for declarator int
test.d(2): semicolon expected, not '{'

Maybe storage classes can't be written on the right side, but I'd like a better
error message here.

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

Reply via email to