[Issue 5156] New: Wrong type inference for array literals containing classes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 2 11:14:16 PDT 2010


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

           Summary: Wrong type inference for array literals containing
                    classes
           Product: D
           Version: D1 & D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: simen.kjaras at gmail.com


--- Comment #0 from Simen Kjaeraas <simen.kjaras at gmail.com> 2010-11-02 11:13:20 PDT ---
class A{}
class B:A{}
class C:A{}

auto a = [new B, new C]; // Fails

a clearly should be of type A[], but such is not the case.

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