http://d.puremagic.com/issues/show_bug.cgi?id=3858
Jerry Quinn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |x86 Summary|mixin protection attribute |mixin attribute is ignored |is ignored | --- Comment #1 from Jerry Quinn <[email protected]> 2010-03-13 11:41:54 PST --- This is another example of the same phenomenon. This should fail to compile, but succeeds. class F { mixin("static:"); void foo() { throw this; } } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
