"Rolv Seehuus" <rolv.seehuus at gmail.com> wrote in message news:j04qff$i4s$1 at 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.