Comment #0 by andrej.mitrovich — 2011-05-28T15:12:33Z
enum test = ["test"].foo();
string foo(string[] s) { return ""; }
void main() { }
test.d(1): Error: function test.foo (string[] s) is not callable using argument types (string[])
test.d(1): Error: forward reference to type string[]
test.d(1): Error: cannot implicitly convert expression (["test"]) of type string[] to string[]