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'
*** This issue has been marked as a duplicate of issue 6357 ***