== Quote from Daniel Murphy ([email protected])'s article > "Rolv Seehuus" <[email protected]> wrote in message > news:[email protected]... > > 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.
Ok - Compiler version/os? I'm on MacOS, compiler outputs the following: DMD32 D Compiler v2.054 -r-
