http://d.puremagic.com/issues/show_bug.cgi?id=9191
Summary: Unhelpful error message on failing override
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2012-12-20 14:33:11 PST ---
DMD 2.060:
class C{
void _foo(){}
}
class D: C{
override void foo(){}
}
Error: function D.foo does not override any function, did you mean 'D.foo'
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------