https://d.puremagic.com/issues/show_bug.cgi?id=12011

           Summary: "Internal Compiler Error: Null field" on CTFE method
                    call on .init
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: CTFE, ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Vladimir Panteleev <[email protected]> 2014-01-27 
13:52:40 EET ---
struct S
{
    int f() { return i; }
    enum e = this.init.f();
    int i, j;
}

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

Reply via email to