[Issue 347] New: TOK116 has no effect in expression (a)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 14 10:42:53 PDT 2006


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

           Summary:  TOK116 has no effect in expression (a)
           Product: D
           Version: 0.166
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: clugdbug at yahoo.com.au


Silly error message, following the meaningful one ("undefined identifier a").
Probably a relic of implicit lazy evaluation in 0.165.
---

void main()
{
    a;
}


-- 




More information about the Digitalmars-d-bugs mailing list