March 29, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12490

           Summary: No "Error: , has no effect" Error
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: monarchdodra@gmail.com


--- Comment #0 from monarchdodra@gmail.com 2014-03-29 14:34:46 PDT ---
//----
    5, someFun();
//----
    1 + 2, someFun();
//----

I think these should trigger an error. The LHS clearly does nothing, and the result is not stored anywhere.

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