http://d.puremagic.com/issues/show_bug.cgi?id=4539
--- Comment #17 from [email protected] 2012-01-29 14:36:02 PST --- With the latest DMD2.058head this code: void foo(immutable ref string) {} void main() { foo("hello"); } Gives: test.d(3): Error: function test.foo (ref immutable(char[]) _param_0) is not callable using argument types (string) Is this expected? (Also note the function signature is (ref immutable(char[]) _param_0) while I have specified an immutable ref). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
