[Issue 6468] New: alias this doesn't complain about Identifier not denoting an aggregate member

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 11 08:52:02 PDT 2011


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

           Summary: alias this doesn't complain about Identifier not
                    denoting an aggregate member
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: accepts-invalid, diagnostic
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: mrmocool at gmx.de


--- Comment #0 from Trass3r <mrmocool at gmx.de> 2011-08-11 08:52:00 PDT ---
struct G
{
    long d;
}

struct F
{
    alias G this;
}

-- 
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