http://d.puremagic.com/issues/show_bug.cgi?id=8723

           Summary: Error: function called with argument types:
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: ma...@maxim-fomin.ru


--- Comment #0 from Maxim Fomin <ma...@maxim-fomin.ru> 2012-09-25 05:30:35 PDT 
---
void foo();

void foo()
{

}

void main()
{
    foo(); // here
}

----------------------

hello.d(10): Error: function hello.foo called with argument types:
    (())
matches both:
    hello.foo()
and:
    hello.foo()
-----------------------

Clearly it is a bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to