[Issue 4407] Catch wrong argument<->attribute assignments in methods

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 1 16:58:00 PDT 2010


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



--- Comment #3 from bearophile_hugs at 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: -------


More information about the Digitalmars-d-bugs mailing list