[Issue 3858] mixin attribute is ignored

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 13 11:41:55 PST 2010


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


Jerry Quinn <jlquinn at optonline.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Other                       |x86
            Summary|mixin protection attribute  |mixin attribute is ignored
                   |is ignored                  |


--- Comment #1 from Jerry Quinn <jlquinn at optonline.net> 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: -------


More information about the Digitalmars-d-bugs mailing list