[Issue 6731] New: [SafeD] AA .length property is not @safe/@trusted

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 26 07:53:56 PDT 2011


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

           Summary: [SafeD] AA .length property is not @safe/@trusted
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: dmitry.olsh at gmail.com


--- Comment #0 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2011-09-26 07:53:24 PDT ---
Test:

@safe void foo()
{
    int[int] m;
    assert(m.length == 0);
}

Fails on dmd 2.055 with:

aa.d(6): Error: safe function 'foo' cannot call system function 'length'

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