[Issue 2624] A string mixin should be allowed wherever a type + storage class is

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 28 01:04:09 PST 2009


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





------- Comment #1 from 2korden at gmail.com  2009-01-28 03:04 -------
Do you mean that the following should be allowed, too?

class Foo
{
    void bar() mixin("const")
    {
    }
}


-- 



More information about the Digitalmars-d-bugs mailing list