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") { } } --