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



--- Comment #1 from Gašper Ažman <gasper.az...@gmail.com> 2012-05-08 03:27:13 
PDT ---
Simplified testcase (by q66):
void main() {
   uint[5] arry;
   ref uint acc(size_t i) {
       return arry[i];
   }
   auto arryacc = &acc;
   arryacc(3) = 5; // same error
}

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

Reply via email to