[Issue 6914] wrong function of an overload set printed on argument mismatch

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 26 07:16:57 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=6914

Mathias LANG <pro.mathias.lang at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang at gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from Mathias LANG <pro.mathias.lang at gmail.com> ---
Nowadays it output the current message:

test.d(8): Error: None of the overloads of 'foo' are callable using argument
types (ulong), candidates are:
test.d(1):        lol.foo(const(char[]) a)
test.d(3):        lol.foo(int i)

So I'll close.

--


More information about the Digitalmars-d-bugs mailing list