[Issue 8723] New: Error: function called with argument types:
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Sep 25 05:29:47 PDT 2012
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: nobody at puremagic.com
ReportedBy: maxim at maxim-fomin.ru
--- Comment #0 from Maxim Fomin <maxim at 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: -------
More information about the Digitalmars-d-bugs
mailing list