http://d.puremagic.com/issues/show_bug.cgi?id=2774
------- Comment #1 from [email protected] 2009-03-31 20:13 ------- OK, so you can find out the ref-ness of params from (&foo).mangleof, but the name and the member-ness are still both lost. class A { void foo() {} static void bar() {} } pragma(msg, (&A.foo).mangleof); // prints PFZv pragma(msg, (&A.bar).mangleof); // also prints PFZv --
