https://issues.dlang.org/show_bug.cgi?id=3075
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #29 from RazvanN <[email protected]> --- (In reply to Walter Bright from comment #2) > A test case: > > void foo(void delegate(void[]) dg); > > void test() > { > void func(const(void)[] t) > { > } > > foo(&func); > } This test case compiles today. Is this issue fixed? --
