[Issue 10721] New: ICE with constructor with postcondition

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 27 05:12:42 PDT 2013


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

           Summary: ICE with constructor with postcondition
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: thecybershadow at gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2013-07-27 15:12:40 EEST ---
class S
{
    this()
    out {}
    body {}
}

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


More information about the Digitalmars-d-bugs mailing list