[Issue 2130] New: Qualifier does not apply to multiple typed definition

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat May 24 11:34:39 PDT 2008


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

           Summary: Qualifier does not apply to multiple typed definition
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: andrei at metalanguage.com


This works:

invariant
   a = 0,
   b = 1;

This does not work:

invariant
   size_t a = 0,
   int b = 1;

It should work.


-- 



More information about the Digitalmars-d-bugs mailing list