http://d.puremagic.com/issues/show_bug.cgi?id=1075
------- Comment #5 from davidl at 126.com 2007-03-27 23:49 -------
class test
{
static char[] c(){return "this(){};";}
int a;
class b
{
mixin(c());
}
}
void main()
{
}
heh, this is an example should be compilable ;)
--