Am Tue, 28 May 2013 22:51:29 +0900 schrieb Kenji Hara <k.hara...@gmail.com>:
> 2013/5/28 Manu <turkey...@gmail.com> > > > This code works. > Interesting. I tried that as well but used writeln to print the output: writeln(__traits(getAttributes, func!"a")); //Fails enum result = __traits(getAttributes, func!"a"); writeln(result); //works Is this a known bug?