http://d.puremagic.com/issues/show_bug.cgi?id=10012
--- Comment #1 from Kenji Hara <[email protected]> 2013-04-30 02:13:44 PDT --- (In reply to comment #0) > auto test3 = new immutable Test2 / (S()); // unnecessary '/' auto test3 = new immutable Test2(S()); After the fix, the code would work. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
