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


bearophile_h...@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_h...@eml.cc


--- Comment #2 from bearophile_h...@eml.cc 2010-05-18 11:53:01 PDT ---
This code compiles and runs fine on dmd v.2.046.

immutable class A {
  string s;
  this() {
    s = "hoge";
  }
}
void main() {
  A a = new A;
}

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

Reply via email to