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



--- Comment #3 from bearophile_h...@eml.cc 2010-10-01 16:57:39 PDT ---
Another similar class of bugs, suggested by JimBob:


class Foo {
   int m_x;
   this(int x) {
       int m_x = x;
   }
}

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

Reply via email to