Comment #2 by andrej.mitrovich — 2012-10-20T17:10:34Z
Seems fixed by some other pull, it's now:
test.d(4): Error: function test.bar (void function(const(int)) f) is not callable using argument types (void function(const(float) c))
test.d(4): Error: cannot implicitly convert expression (& foo) of type void function(const(float) c) to void function(const(int))