"Rolv Seehuus" <rolv.seeh...@gmail.com> wrote in message news:j04qff$i4s$1...@digitalmars.com... > Is there a related/same reason why this don't compile? > > unittest { > static void stuff(){} > static void function()[string] functions = [ "stuff":&stuff ]; > }
That compiles for me.